Now I am doing an android project(Api level 8),I install JD-Eclipse(decompiler) to know the flow of program execution.The decompiled ‘android.jar’ contains full of abstract classes and interfaces, then where is the actual class containing the body to be executed? What is the name of that jar file?
Now I am doing an android project(Api level 8),I install JD-Eclipse(decompiler) to know the
Share
Android.jar contains the Android API (Classes, interfaces, ..). If you want to see the rest, download the source from Android Git repository or via SDK Manager.