You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
gaoleicoding
changed the title
Caused by: java.lang.UnsatisfiedLinkError: com.tencent.shadow.core.loader.classloaders.PluginClassLoader[DexPathList
官方demo中sample/maven/manager-project中FastPluginManager获取so有误,报错Caused by: java.lang.UnsatisfiedLinkError
Nov 30, 2023
so找不到,原因是projects/sample/maven/manager-project,此demo使用v2.2.1,中FastPluginManager获取so有误:https://github.com/Tencent/Shadow/blob/master/projects/sample/maven/manager-project/sample-manager/src/main/java/com/tencent/shadow/sample/manager/FastPluginManager.java
应该使用projects/sample/source/manager-project,此demo使用v2.3.0:https://github.com/Tencent/Shadow/blob/master/projects/sample/source/sample-manager/src/main/java/com/tencent/shadow/sample/manager/FastPluginManager.java
建议修改/maven/manager-project中的相关代码,避免让使用者走弯路
The text was updated successfully, but these errors were encountered: