我正在尝试使用Firebase Auth服务和电子邮件和密码.当我点击注册时,我在模拟器上收到一条警告说:
"Update Google Play services : Firebase Auth won't run unless you update Google Play services"
Run Code Online (Sandbox Code Playgroud)
当我查看日志时,我可以阅读这两行:
DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
GooglePlayServicesUtil: Google Play services out of date. Requires 9256000 but found 9080480
Run Code Online (Sandbox Code Playgroud)
在SDK Manager中,Google Play服务是最新的.我怀疑它是模拟器的一个问题,它不知何故是最新的.
我正在使用的模拟器:Nexus 5X API 21(使用Google API)
任何的想法?谢谢!
android firebase google-play-services firebase-authentication