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.