Hi Mohammad, I suspect you are using Eclipse and whilst stepping through the code you are getting "source not found" whilst calling methods that you have not written yourself.
There is no bug. You probably don't have the source code files for Android on your system. This is the default and is not your fault. In this case, Eclipse will display the class file for the method that has been called. If you want to dig a bit deeper and have a look at the actual source code for that Android class, have a look at the following blog. Whilst I have no idea as to how up to date the various source code files are, I still find it fairly useful. http://android.opensourceror.org/2010/01/18/android-source/ Once done, you should get to see the actual source code for Android when debugging, and can also view source when inspecting the android.jar in your Eclipse project. Best Regards, Geoff -- 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

