Reputation: 5697
I am building an app and have hit a bit of a bug when running my app. In order to troubleshoot this I tried debugging, rather than running. However, whenever I do this, the screen of the emulator shows all black apar from the app name bit at the top.
Anybody know why this might be?
For some reason, I can now see the layout, so thanks for your help. However, the "variables" eclipse window shows blank, and this is the bit I really want to see. But thanks for your help.
Upvotes: 1
Views: 127
Reputation: 9362
post your main activity code / androidmanifest xml code,
Restart your eclipse... it would Definitely show something in your logcat window since your application has started on emulator...
Upvotes: 1