标签: android google-play-services
目前我使用此行compile 'com.google.android.gms:play-services:4.2.42'编译我的应用程序,因此我使用版本4.2.42的播放服务,但哪些是最新的? 有没有我能找到的页面? **
compile 'com.google.android.gms:play-services:4.2.42'
修改
compile 'com.google.android.gms:play-services:4.3'
有了这条线,我遇到了这个问题,这个问题无法编译,为什么?