Android OS Forum banner

[Q][Dev]When Building 2.3.7 Source System/app Only Has 5 Apps

5K views 5 replies 4 participants last post by  ro6666lt 
krylon360 said:
Because the su apk source has homeycomb bits in it, it wont compile. (Thats what ypur make error is caused by) Fork the one from cm's git. They fixed this by just using a precompiled apk. Then the rest of your stuff should build.

Sent from Bionix using RootzWiki Forums
This, but just in case you are wondering why, and how we could tell, it's from the output. You need to find the make error which actually causes everything else to stop. In this case it was something to do with the values-v11 with the attribute that was causing the error shown after. Basically you then have to think why this occurred, and maybe in this case you would search the API docs for the appribute and see when it was introduced, then you'd see its honeycomb so building gingerbread with it would result in errors.

Hope that helps as to how you could solve issues like this.

Sent from my Nexus S using RootzWiki Forums
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top