Android Question Load .dex at run time

Peppe B

Active Member
Licensed User
How can I execute parts of my code at runtime.

I searched about DexClassLoader, but I did not find anything related to B4A
 

DonManfred

Expert
Licensed User
Longtime User
How can I execute parts of my code at runtime.

You run code through calling a method.
You apk already includes all your code.

You can not load any dex (other compiled sources) at runtime. It is not possible.
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top