我正在尝试将我的应用程序与Dropbox相关联,但我有这个错误:
fatal error : String resource ID #0x0 android.content.res.Resources$NotFoundException: String resource ID #0x0
in the line : DbxAccountManager.getInstance(getApplicationContext(), appKey, appSecret);
当我创建一个新项目并尝试链接时,它工作正常,但当我将它包含在我的项目中时,它会失败。
我尝试清理我的项目并创建一个新项目但没有用处。任何提示请问可能是什么问题?
注意 - > appKey和appSecret是最终的静态字符串,我没有从Resources调用它。
非常感谢。
答案 0 :(得分:0)
更改android:label ="我的应用名称"到android:label =" @ string / app_name"解决了这个问题。