AndroidDynamicLoader
AndroidDynamicLoader copied to clipboard
A plugin system that runs like a browser, but instead of load web pages, it load apk plugins which runs natively on Android system.
hi. Plugins that we write can use the resources in the main app?
It would be nice to get `host.apk` and know what URL to try.
make it more logical I spent about half an hour trying to understand implementation. The section were not logical. In this PR I also added "This implementation is using Andoid...
我在Plugin的一个Fragment中用了一个第三方异步库,发现跑的时候抛出VFY异常,说找不到那个第三方库。我反编译生成的APK,发现里面确实是没有链接上那个库的。请问,这个该怎么修改呢?