IllegalAccessError Google Play服务

时间:2016-04-14 06:12:44

标签: java android google-play-services

在我的应用中,我检查用户是否有Google Play服务。但现在我收到了这个错误:

java.lang.IllegalAccessError: tried to access class com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(GooglePlayServicesUtil.java)

我在我的应用中使用google play services 8.3.0,直到昨天我没有收到此错误。