This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android_dev_notes [2011-04-20 09:42] – davegriffiths | android_dev_notes [2012-08-09 15:02] (current) – 83.101.5.51 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | on linux with emacs | + | ===setup=== |
| + | * install [...] | ||
| + | * '' | ||
| + | ===on linux with emacs=== | ||
| + | * general overview > http:// | ||
| * install sdk + use it to install runtimes etc: http:// | * install sdk + use it to install runtimes etc: http:// | ||
| * useful but a bit out of date: http:// | * useful but a bit out of date: http:// | ||
| Line 48: | Line 52: | ||
| set solib-search-path / | set solib-search-path / | ||
| + | | ||
| + | Or, alternatively use addr2line to convert a crash address to the source location: | ||
| + | adb logcat | ||
| + | (... lots of stuff including stack trace ...) | ||
| + | | ||