Qihoo360 / RePlugin

RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework
Apache License 2.0
7.27k stars 1.53k forks source link

基于replugin2.3.4版本开发的插件APP支持使用360加固么 #1003

Open heiguigui opened 3 years ago

heiguigui commented 3 years ago

问题详细描述 Detailed description of the problem

基于replugin2.3.4版本开发的插件APP在使用360加固宝加固后宿主打不开插件app,由于项目要求必须要加固,请问有什么解决方案么。

其它重要信息 Other important information

replugin-host-lib/gradle Version: 2.3.4 rePlugin-plugin-lib/gradle Version: 2.3.4

Logcat上下文 Logcat context

2021-04-19 15:21:53.606 3884-3884/com.sgcc.pda.mdrh E/RePlugin.PluginDexClassLoader: loadClass ClassNotFoundException, from PluginClassLoader, cn=com.sgcc.pda.task.query.MainActivity, pluginName=com.sgcc.pda.task.query 2021-04-19 15:21:53.607 3884-3884/com.sgcc.pda.mdrh E/ws001: Calling the loadClass method failed (InvocationTargetException) java.lang.ClassNotFoundException: Calling the loadClass method failed (InvocationTargetException) at com.qihoo360.replugin.PluginDexClassLoader.loadClassFromHost(PluginDexClassLoader.java:161) at com.qihoo360.replugin.PluginDexClassLoader.loadClass(PluginDexClassLoader.java:134)