Reputation: 22064
I'm using AIDE to develop an Android app on my Nexus 7. The logcat viewer doesn't work well because of changes to security in Jellybean (apps can no longer read each others log files). My tablet is NOT rooted.
I started with a basic hello world, and have just edited the Main.Xml file to add some buttons to the layout. However, the app now crashes as soon as I run.
How can I debug it to determine the cause?
Upvotes: -1
Views: 5310
Reputation: 372
There is a LogCat in AIDE.
TRY:
Menu > View... > LogCat
Sometimes LogCat not works on free versions, works fine on my Pro AIDE version
Upvotes: 0
Reputation: 329
Hook your tablet to a PC via USB, then run "adb logcat" on the PC. This will let you see all of the logcat, on any version of Android.
Upvotes: 0