这是我的build.gradle
int
这是我使用facebook_app_id
的清单文件buildTypes {
debug {
resValue "string", "facebook_app_id", "\"XXXXXXXXX\""
}
live{
resValue "string", "facebook_app_id", "\"XXXXXXXXX\""
}
}
这在调试时工作正常但在生成签名的apk时会产生此错误
找不到与给定名称匹配的资源(值为'值为' @ string / facebook_app_id')。
答案 0 :(得分:1)
goto - > res-> values-> string.xml打开该文件并写入
scores