Hello everyone,
I have got a problem in making my App. Whenever I Install my app apk & then open it, it automatically close the app and says “My app keeps stopping- Close application or app info”
Can somebody please help me to fix it Please!!
My Apk- https://docs.google.com/uc?export=download&id=18fKg_Wspq63Ldmq9GKiZ_IlmFRWJrH1y
I have done everything like this but still this problem doesn’t fixes!
I’m just making a Login, SignUp & Home screen.
I’ve took Firebase authentication for login, signup & used some Firebase database & TinyDb for storing data of users
I’ve took Firebase authentication for login, signup & used some Firebase database & TinyDb for storing data of users
My Login Screen blocks
I haven’t used any kind of extension
in screen 1 login and signup
dora_paz
(Dora)
October 17, 2021, 8:58am
#8
If you checked above post and haven’t found anything and if problem not solved use logcat and see in log what causes the error.
ADB is a command-line utility that that can be used to control your device over USB from a computer. It will allow you to install / uninstall and or view logs on your device. This could be very handy when there are issues with a specific app and you...
Reading time: 1 mins 🕑
Likes: 11 ❤
1 Like
Ok i will see it
and one more thing i have downloaded the apk on android 11
is that the reason for the problem?
dora_paz
(Dora)
October 17, 2021, 9:01am
#10
Post your apk here to test it in a lower android version
UH ooh my apk size is 13.38 mb it does not upload here
dora_paz
(Dora)
October 17, 2021, 9:08am
#12
Upload it to Google Drive, share it and post link here
dora_paz
(Dora)
October 17, 2021, 9:16am
#14
Logcat error contains unbound location null that means something in properties is empty, go throught that list again in Avoid Crashes of the Application for some of the components . Without aia can not find what it is
10-17 12:12:54.079 28449 28449 E udio.gamerzpla: Not starting debugger since process cannot load the jdwp agent.
10-17 12:12:54.747 28449 28449 E AndroidRuntime: FATAL EXCEPTION: main
10-17 12:12:54.747 28449 28449 E AndroidRuntime: Process: com.justplaystudio.gamerzplay, PID: 28449
10-17 12:12:54.747 28449 28449 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.justplaystudio.gamerzplay/io.kodular.saqlayenmahi44.Gamerz_Play.Screen1}: /tmp/1634461305409_0.8143002042058011-0/youngandroidproject/../src/io/kodular/saqlayenmahi44/Gamerz_Play/Screen1.yail:10:78: unbound location null
2 Likes
I’ve left the firebase database project bucket empty in properties
cause i’ve filled them in the blocks section is that the problem?
And also it shows that some images in my assets are not secure
and here is the AIA File:-
Gamerz_Play.aia (6.2 MB)
dora_paz
(Dora)
October 17, 2021, 9:41am
#18
What a waste of time !! You haven’t checked above post. In Screen1’s properties About Screen Title was empty
Gamerz_Play_1.aia (6.2 MB)
3 Likes
Hello I’ve named every screen about title
but the app still crashes
Pls Help