mmin18 / Dex65536

Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
MIT License
351 stars 121 forks source link

Question : Is it possible to load and run APK files during runtime? #6

Open AndroidDeveloperLB opened 10 years ago

AndroidDeveloperLB commented 10 years ago

Suppose that instead of a dex file, you have an entire APK file that you wish to run.

Since apps have more than just code: resources (strings, images,...) , the manifest, and the assets folder, this can be quite tricky.

Such a thing is done on "DevAppsDirect" app: https://play.google.com/store/apps/details?id=com.inappsquared.devappsdirect

Could this library help in achieving this? If so, how?