How to fix “No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')”

后端 未结 3 1287
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 19:51

I am getting the following error when I build my Android App project in Visual studio 2015.

No resource found that matches the given name (at \'value\

3条回答
  •  春和景丽
    2020-12-11 20:47

    I added several new packages. One of the package is the reason of the error. I have to check one by one and caught the one causing error. Removing that package is all I need to do to resolve the error.

提交回复
热议问题