我刚刚将Android Studio升级到版本2.2,我在稳定的频道上。
然后,我通过将compile 'com.google.firebase:firebase-auth:x.x.x'
的版本提升为9.4.0
(目前是最新版本)来调整build.grade文件。
同步项目后,我无法再使用
import com.google.firebase.auth.AuthCredential;
import com.google.firebase.auth.AuthResult;
和
import com.google.firebase.auth.FirebaseUser;
Firebase的在线文档没有提及与此问题相关的任何内容。
这可能会发生什么?
答案 0 :(得分:8)
目前新版本已发布
com.google.firebase:firebase-core:10.2.1 Analytics
com.google.firebase:firebase-database:10.2.1 Realtime Database
com.google.firebase:firebase-storage:10.2.1 Storage
com.google.firebase:firebase-crash:10.2.1 Crash Reporting
com.google.firebase:firebase-auth:10.2.1 Authentication
com.google.firebase:firebase-messaging:10.2.1 Cloud Messaging and Notifications
com.google.firebase:firebase-config:10.2.1 Remote Config
com.google.firebase:firebase-invites:10.2.1 Invites and Dynamic Links
com.google.firebase:firebase-ads:10.2.1 AdMob
com.google.firebase:firebase-appindexing:10.2.1 App Indexing
我希望今年5月Heplfull !!
答案 1 :(得分:1)
首先,最新版本不是9.4.0,其次是 9.6.1 。我建议你做一个干净的 - 重建。
我建议你检查你是否真的使用最新版本的gradle,所有插件然后再清理 - 重建也尝试文件 - 使缓存无效并重启。
这应该可以解决问题。如果此信息有用,请告诉我。