How do I build the Android SDK source to get Android.jar -


i'm not expert on android need android-sdk byte-code conduct experiments.

i compiled androids source amazingly outputs same sdk contains lame stubs throw exceptions.

as may know android.jar included in developers package contains stubs , methods in classes throw new runtimeexception("stub"); purpose of sdk allow developers build against android.jar in eclipse , execute programs on devices/emulators actual sdk located.

i have separated java files android's source sdk had no success compiling them. wondering if there way or extract them devices. final goal sort of run android apps on regular jvm versus running them on emulator or dalvik.

you can't run android.jar code on jvm. it's said in question, runtime exception if do. design of syntax , re-factoring tools support popular java ide's such eclipse.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -