我嘗試將我的android應用程序集成到g +。我嘗試添加PlusClient來初始化它。但AndroidStudio說:Cannot resolve PlusClient
。 我添加了這些進口頭:無法解析PlusClient
import com.google.android.gms.plus.Plus;
而且,我tryed添加這些進口頭:
import com.google.android.gms.plus.PlusClient;
但我使用22 API PlusClient
後.plus.
AndroidStudio找不到。 如何解決它? Api仍然支持PlusClient? Plus和PlusClient有什麼不同?
我無法解決加...我在我的gradle中使用compile'com.google.android.gms:play-services-auth:8.4.0' –