What happened to 'Listener' with a new version of Google Play Services

ⅰ亾dé卋堺 提交于 2019-12-11 03:38:27

问题


(In Android Studio,) I have updated Google Play Services from

com.google.android.gms:play-services:6.1.11, to
com.google.android.gms:play-services:6.5.87 

which resulted in unresolved:

import com.google.android.gms.drive.events.DriveEvent.Listener

Can anybody enlighten me on this issue? Release Notes do not mention anything in this area.


回答1:


I had this issue also. I believe it became ChangeListener.

import com.google.android.gms.drive.events.ChangeListener;


来源:https://stackoverflow.com/questions/27887854/what-happened-to-listener-with-a-new-version-of-google-play-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!