我在Android应用中使用Google Play服务的GoogleAuthUtil授权。我做了这个部分大约2个月前,它一直工作得非常好,然后继续。昨天,我更新了SDK。现在我在我的应用程序中收到此错误。它说“GoogleAuthUtil无法解决”
更新的SDK中有什么变化吗?
我该如何解决这个问题?
我正在导入以下内容:
import com.google.android.gms.auth.GoogleAuthException;
import com.google.android.gms.auth.GoogleAuthUtil;
import com.google.android.gms.auth.GooglePlayServicesAvailabilityException;
import com.google.android.gms.auth.UserRecoverableAuthException.
我正在
com.google.android.gms.auth无法解析。
答案 0 :(得分:6)
每当您更新任何库时,请务必先从引用中删除它,然后再将其添加到引用中。之后清理项目。如果需要,重启Eclipse。而且我觉得你很高兴去! :)
答案 1 :(得分:3)
只需从AndroidManifest.xml中删除<uses-library>
标记,然后重新启动并清除所有内容。确定它会开始运行。
答案 2 :(得分:2)
如果您使用的是Android Studio,请按照以下步骤操作。
SDK Manager
- &gt; SDK Tool
- &gt;单击Google Play
服务并应用Module Setting
或Project Structure
- &gt;在Dependencies
标签上点击+
按钮 - &gt;选择1.Library Dependency
- &gt;选择play-services (...)
,然后点击确定Build
- &gt;清理项目Clean Project