문제

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.

도움이 되었습니까?

해결책

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top