Attempt to load writeable dex file 问题解决方案
做插件化的时候,把apk文件从 assets 里面拷贝到存储空间里面,开始用的是外部存储目录context.getExternalFilesDir("plugin"),对应的存储目录是:storage/emulated/0/Android/data/com.plugin.plugindemo/plugin.apk然后使用DexClas…
2026/8/8 12:56:54