我想着模块中调用R.string来获取字段,但是模块中找不到指向我写的模块。
我的包名是com.test.uniplugin
一下是输入R时编译器提示的类
R com.facebook.drawee
R com.facebook.fbcore
R com.facebook.imagepipeline
R com.facebook.nativefilters
R com.facebook.imagepipelinebase
R com.facebook.nativeimagetranscoder
R com.facebook.drawee .backends.pipeline
Resources android.content.res
1 个回复
2***@qq.com (作者)
解决方案:
在AndroidManifest.xml下添加包名,
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test.uniplugin">
</manifest>
然后
clear project -> rebuild project