Where is com.google.android.gms?

前端 未结 6 1260
臣服心动
臣服心动 2020-12-14 02:19

Today I updated Android SDK components to the newest version and somehow the whole com.google.android.gms package is gone. Instead, there is only com.google.android.maps wit

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-14 03:19

    Is it a big change form Google or have I done something wrong?

    com.google.android.gms comes from the Play Services SDK, which you attach to your application project as an Android library project. Please check your environment to ensure that you have a valid copy of the Play Services library project and that your application project still points to it.

提交回复
热议问题