The android.jar found in android-sdk is simply a stub. All methods will throw a runtime exception “stub”!
Do anyone know how to get a non-stub version of android.jar? Or how to build one from the android source code (not android OS source code, I mean Android library code)?
Thank you!
What are you trying to do? Framework jars depend on native code, so even if you built one, you won’t be able to use it on your computer.