Question

I am modifying the Android Home (Launcher) application and configured an eclipse project from the Android source checkout. Eclipse project shows number of errors which are about unresolved imports and unavailable flags. Upon checking in the internet at http://forum.xda-developers.com/showthread.php?p=8402045 , I found that the home application will not compile with the public SDK, but as part of the OS compilation, it is generated.

My question is how can I resolve the compilation errors in my eclipse project? Have anyone faced this public SDK and home application compilation issue?

I want to be able to build my Launcher.apk right from eclipse and run it.

Was it helpful?

Solution

OTHER TIPS

My question is how can I resolve the compilation errors in my eclipse project?

You don't. You can only build the Launcher application as part of the full firmware.

I want to be able to build my Launcher.apk right from eclipse and run it.

That is not possible, sorry. There is as sample Home application in your SDK that can be built from the SDK, though, if that helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top