I am trying to debug the Home Sample application(To change the theme of home) provided in android sdk. but I am not able to do so.
No error is shown but no breakpoints are encountered either.I am confused.Can somebody suggest something?
I am trying to debug the Home Sample application(To change the theme of home)
Share
Launching the Home sample using Debug As > Android Application in Eclipse doesn’t attach the debugger to the process automatically. Probably because an Home Screen is not shown right away like a normal Android application.
However you can manually attach the Eclipse debugger to the com.example.android.home process by selecting it from the Devices view and clicking on the debug button.
If you don’t see the Devices view in Eclipse use: Window > Show View > Others… > Android > Devices