Hello, I wanted to test an Android code segment. I created an Eclipse ScrapBook for this testing. The project that includes the ScrapBook has the android.jar from the Android SDK in its build path. When I execute the Android code segment I get a:
“java.lang.RuntimeException: Stub!” error. By doing some research on the internet I found that the android.jar has the Android API and not the actual implementation of the API. The emulator and phones have the actual implementation of the API. Is this correct? Is there a method for me to get a jar file that has the actual implementation of the Android API to do something like what I was trying to do? Thanks, Prasanna -- 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

