Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
android_dev_notes [2011-04-20 06:51] davegriffithsandroid_dev_notes [2011-04-20 10:41] davegriffiths
Line 45: Line 45:
 To the manefest. To the manefest.
  
 +Debugging on emulator - in order to find the symbols first run:
 +
 +  set solib-search-path /path/to/your/project/obj/local/armeabi 
 +  
 +Or, alternatively use addr2line to convert a crash address to the source location:
 +
 +   adb logcat
 +   (... lots of stuff including stack trace ...)
 +   addr2line -e libfoo.so deadbeef
  
  • android_dev_notes.txt
  • Last modified: 2012-08-09 15:02
  • by 83.101.5.51