Hi, I just starting as an Android app developer and I already have a problem with my first app :(
It's a webapp created with jQTouch and packaged with PhoneGap that is on the market for a few weeks. One customer is running it on a Motorola Milestone (Canadian equivalent of the Droid) using Android 2.1 and she says it's crashing. I tried to reproduce it with the AVD I defined from the following website and I do get a SIGSEGV exception. http://mobile.tutsplus.com/tutorials/android/common-android-virtual-device-configurations/ I looked around and I learned that I have to run the log trace in a tool to view the reason behind the crash. I found two tools, stack.py and parse_stack.py, however they require a command to be installed: arm-eabi-addr2line and I don't have it. Searching again, I found it on GitHub: https://github.com/jsnyder/arm-eabi-toolchain/ Now, trying to install this command, it says I don't have a recent enough version of GCC. I have the latest XCode installed and I think it comes with GCC. Or else it would just say that GCC is not found. Questions 1) How do I get this command, arm-eabi-addr2line, installed on my Mac? 2) Am I doing this for nothing? If stack.py tells me something is wrong in the Android SDK, what can I do to fix my app? 3) VERY BIG THANK YOU! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

