Xamarin Android Resource file not found

前端 未结 3 809
执笔经年
执笔经年 2021-01-01 19:12

I am building an Android App in Visual Studio. When I try to build the app referencing items in the Resources folder, I get one of two errors.

If I preface \"Resourc

3条回答
  •  梦谈多话
    2021-01-01 20:14

    in AndroidManifest.xml make sure that no names depending on other resources which no longer exist for Ex:

    android:label="@string/app_name" so we have to go to our resources/string.xml
    
    
      ssss  
    
    

提交回复
热议问题