How Appinventor creates a APK?

I want to know something. I seen a jar named AndroidRuntime.jar . Does this directly includes in APK or in components folder the compiled classes includes in APK while compiling the app.

AndroidRuntime.jar is the compiled version of the components module in the source tree. It is compiled into every App Inventor app.

6 Likes