Run Time Error :android.content.Activity Not Found Exception

hello , i make one student app , i make one login page , for otp login i use firebase authentication , but when i run it it show me this error " Runtime Error

anyone have this solution so please help me…

image

blocks (4)

blocks (5)

image

image

:white_check_mark: Tips

  • Make sure you’ve:
    • Enabled Phone Authentication in Firebase Console.
    • Added your SHA-1 and SHA-256 keys in Firebase Project Settings (important for reCAPTCHA or SafetyNet).
    • Set your package name in Kodular to match the one in Firebase Console.
      :white_check_mark: In APK, it will work correctly, as Kodular includes required Firebase dependencies when building your APK.

if helpful mark as solution.:wink:

You can test this app in companion due to authentication. Make sure you have added json in the asset. Make into apk and test, if this error persists, then edit your apk xml and add these lines.

<activity android:name="com.google.firebase.auth.internal.RecaptchaActivity"
    android:exported="false" />

It will be solved

If the above is there in xml then esit as per this

i was givven sha-1 keys and package name correctly …
image

image

image

respected , i also added json file in asset
image

and i am begainner , so i never know how to do this " Make into apk and test, if this error persists, then edit your apk xml and add these lines.

<activity android:name="com.google.firebase.auth.internal.RecaptchaActivity"
    android:exported="false" />

It will be solved"

after testing in apk, if it throws such error then try else leave it.
https://community.kodular.io/t/how-to-customize-the-manifest-example-companion-apk/68677

respe elder , i see this

image

image

image

in this “” available , now what am i do boss

respected elder , i see this

image

image

image

in this <meta-data android:name=com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar"
android:value=“com.google.firebase.components.ComponentRegistrar”/> available , now what am i do boss
[/quote]

please any one give me solution
please…