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

前端 未结 7 384
失恋的感觉
失恋的感觉 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:47

    Install and configure the Google Play services SDK properly. You don't need to hard code that value.

    • Add Google Play services as an Android library project.

    I have found that the play services libproject has to be imported onto the same physical drive as your project. (check the 'Copy projects into workspace' checkbox when you import)

提交回复
热议问题