Hello,
I can debug SDK based application using eclipse.
I add Launcher2 source as Android Application to Eclipse?
When I want to debug Launcher2 application, in build time, I have taken a lot of error such as "Allocation cannot be resolved to a type".
it seems java libs issue. SDK has android.jar. Launcher2 needs more than android.jar. maybe. I added all jars such as framework.jar. I can not compile as Android app in eclipse.
Does anyone have any experience about build and debug an application ( Android Platform internal application) such as Launcher2 over eclipse with android app dev plugin?
Could you help me please?
thank you..