I'm getting “Error: No resource found that matches the given name (at value with value @integer/google_play_services_version)”

前端 未结 7 447
失恋的感觉
失恋的感觉 2020-12-29 01:27

I\'m developing an app on Ionic Framework/cordova, and when I try \"cordova run android\" I get this:

\"Error: No resource found that matches the give

7条回答
  •  清酒与你
    2020-12-29 01:57

    I solved the problem by copying the version.xml file from google play service lib.

    google-play-services_lib/res/values/version.xml 
    

    to my project

    MyApp/res/values/version.xml
    

提交回复
热议问题