Where is the jar file for Android located? (Just out of curiosity)

I am developing an android api android application .

Now I would like to find out where the actual jar is located (and not the android.jar 'Api jar file included in the project) containing the execution body, i.e. java file implementation implementation "android.jar.

I searched a lot in the Android sdk installation directory, but no such jar file was found. Is there any jar file for this purpose? If not, how does the android virtual device execute the source code?

Thank.

+3
source share
2 answers

Here you can find files android.jar platforms ..\android-sdk-windows\platforms\android-15.

, API.

, jar .

API dex odex .

.

, ..

+5

jar . apk , apks.If open apk ( zip ), . dex. , Android JVM, DVM, Moblie ( , )

+3

All Articles