Source not found while debugging

Hi all !
I'm a new Android Developer.I develop for Android in Eclipse IDE.When I create new project to read GPS.
I debug project and get error bellow.

the JAR of this class file belong to container 'Google APIs [Android 1.5]' which does not allow modification to sources attachment on its entries

I'm glad with resolve the problem.Thanks all!
 
When you get Source Not Found Errors, there is usually some kind of null pointer exception or some error in your code. Go back to your code and find a few places to add break points where you think it might be failing and you'll be able to press the play button at each once. When it crashes you should know where exactly the problem is if you had points in the right places. Good Luck!
 
Back
Top