anjinok123
Results
1
issues of
anjinok123
编译插件的时候PluginManifest 报找不到符号 发现如果直接用shadow 中的插件demo依赖我的业务aar 可以用下面两种方式找到业务aar中自定义style 方式一:int b = com.***aar对应包名***.R.style.NoActionBar; 方式二:int c =com.tencent.shadow.sample.plugin.app.lib.R.style.NoActionBar; 但是在我自己的插件项目中 没办法通过第二种方式找到对应的style 请问大佬这可能是什么原因