W/GooglePlayServicesUtil: Google Play services out of date. Requires 8298000 but found 8107534

前端 未结 4 2095
一个人的身影
一个人的身影 2021-01-24 02:20

As many other questions here on SO, I encounter a similar error message. Unlike other questions, this is regarding a hardware debugged device.

My gradle wear-build file

4条回答
  •  悲哀的现实
    2021-01-24 02:49

    Change this statement

    compile 'com.google.android.gms:play-services-wearable:8.3.0'
    

    to

    compile 'com.google.android.gms:play-services-wearable:7.8.99'
    

提交回复
热议问题