Add Google Play Services to Android Studio using Gradle

后端 未结 8 1421
萌比男神i
萌比男神i 2020-12-24 03:23

Im working on simple map app, I added google-play-services.jar and its reference to gradle

dependencies {
    compile files(\'libs/android-support-v4.jar\',          


        
8条回答
  •  别那么骄傲
    2020-12-24 03:51

    enter image description here

    enter image description here

    Hit check on all tools, to be safe

    enter image description here

    Hit check on API you are working with

    enter image description here

    Hit check on all extras to be safe

    enter image description here

    Go to file -> project structure

    enter image description here

    enter image description here

    enter image description here

    Finally go to build at the top of the screen and hit rebuild project

提交回复
热议问题