Failed to resolve: com.google.android.gms:play-services in IntelliJ Idea with gradle

前端 未结 13 1981
一向
一向 2020-12-02 11:09

I\'m trying to add google play services to my libGDX project in IntelliJ Idea. I\'ve followed the setup guide here: https://developers.google.com/android/guides/setup

<
13条回答
  •  隐瞒了意图╮
    2020-12-02 11:44

    this is probably about you don't entered correct dependency version. you can select correct dependency from this:

    file>menu>project structure>app>dependencies>+>Library Dependency>select any thing you need > OK
    

    if cannot find your needs you should update your sdk from below way:

    tools>android>sdk manager>sdk update>select any thing you need>ok

提交回复
热议问题