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

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

    Copy the google-play services_lib library project to your workspace OR Import the library project to your eclipse.

    Click File > Import, select Android > Existing Android Code into Workspace, and browse the workspace import the library project.

    Right click on your android project. Goto properties. Choose Android on the left panel. Click on Add and browse the library project. Select the same. Click ok and apply.

    enter image description here

    checkout this link for reference. http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject

提交回复
热议问题