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

前端 未结 7 386
失恋的感觉
失恋的感觉 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 02:06

    For anyone having this issue while building in Unity3D:

    1.Assets/PlayServicesResolver/AndroidResolver/ResolveClientJars

    2.Build again

    This fixed this exact issue for me today.

    stderr[
    AndroidManifest.xml:19: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). 
    ]
    
    0 讨论(0)
提交回复
热议问题