无法解析导入com.google.android.gms.gms

时间:2014-07-15 16:15:58

标签: android oauth gmail google-play-services google-authentication

我想在GMail的帮助下登录Android应用程序。为此,我正在学习本教程:GoogleprofileDemo

但它在此导入中显示错误:

import com.google.android.gms.gms.auth.GoogleAuthUtil; 
import com.google.android.gms.gms.auth.GoogleAuthException;
import com.google.android.gms.gms.auth.GoogleAuthUtil;
import com.google.android.gms.gms.auth.GooglePlayServicesAvailabilityException;
import com.google.android.gms.gms.auth.UserRecoverableAuthException;

为什么在此导入语句中显示错误?此外,它还显示了以下代码中的错误。

Account[] accounts = mAccountManager.getAccountsByType(GoogleAuthUtil.GOOGLE_ACCOUNT_TYPE); 

您能帮我解决一下这些错误吗?

0 个答案:

没有答案