I\'m trying to write an android application that uses google maps api version 2.
In Debug the application crashes when it executes the instruction:
This usually means that you are unable to access the source code whose bytecode is being called. In order to list out the exception you would need the original source which unfortunately is usually unavailable in jar formats.
Your option is to update the .jar file by updating your Android SDK with correct Rev’s and let it compile again to fix the issue.
This is a common question and I can never find a good answer for anyone so I'll do my best to help.
This sounds like you are missing the source code for Android. You need to download the Sources for Android SDK in Eclipse with the SDK Manager.
For example
After that, run your program and get to the point that you get that error. Now you will need to attach the documentation you've downloaded
Short
adt-bundle\sdk\sources\android-17
Long
Click the button Edit Source Lookup Path
Click the Default folder and click Add
Select File System Directory and click OK
Locate your downloaded source code. In this example, look for android-17 for API17. It will be in a directory such as adt-bundle\sdk\sources\android-17
Click OK twice and it should look something like this
Click OK and enjoy your source code