android+app调用app,android-确保首先调用FirebaseApp.initializeApp(Con...

我正在使用kotlin制作Firebase身份验证注册页面,并且在运行应用程序时出现运行时错误.

请参阅第三和第14行,我不知道是什么问题.

我没有附加主要代码,如果需要附加代码,请通知我.

E/AndroidRuntime: FATAL EXCEPTION: main

Process: com.example.login, PID: 7505

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.login/com.example.login.Register}: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.example.login. Make sure to call FirebaseApp.initializeApp(Context) first.

at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2567)

at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)

at android.app.ActivityThread.-wrap12(ActivityThread.java)

at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)

at android.os.Handler.dispatchMessage(Handler.java:102)

at android.os.Looper.loop(Looper.java:154)

at android.app.ActivityThread.main(ActivityThread.java:6119)

at java.lang.reflect.Method.invoke(Native Method)

at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)

Caused by: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.example.login. Make sure to call FirebaseApp.initializeApp(Context) first.

at com.google.firebase.FirebaseApp.getInstance(SourceFile:218)

at com.google.firebase.auth.FirebaseAuth.getInstance(Unknown Source)

at com.example.login.Register.(Register.kt:15)

at java.lang.Class.newInstance(Native Method)

at android.app.Instrumentation.newActivity(Instrumentation.java:1078)

at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2557)

at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)?

at android.app.ActivityThread.-wrap12(ActivityThread.java)?

at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)?

at android.os.Handler.dispatchMessage(Handler.java:102)?

at android.os.Looper.loop(Looper.java:154)?

at android.app.ActivityThread.main(ActivityThread.java:6119)?

at java.lang.reflect.Method.invoke(Native Method)?

at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)?

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)?

Application terminated.

实作

dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'com.android.support:appcompat-v7:28.0.0'

implementation 'com.android.support.constraint:constraint-layout:1.1.3'

implementation 'com.google.firebase:firebase-auth:16.0.3'

implementation 'com.google.firebase:firebase-database:16.0.1'

testImplementation 'junit:junit:4.12'

androidTestImplementation 'com.android.support.test:runner:1.0.2'

androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值