Android Studio Amulator Error...

Asked 2 years ago, Updated 2 years ago, 45 views

I'm studying programming at the Android studio. When I run the emulator, the app I made doesn't come out right away, but only the first screen comes out. If you try to go into the manual because it comes out like that when it's first time, The only thing that keeps coming up is that the ui has stopped... Is this problem caused by my miscoding or is it a problem with my laptop specification? (The emulator is running very slowly in the first place...)

android

2022-09-22 19:50

1 Answers

If the message "Application Not Responding" is displayed when you click on the menu of the app you created, you have written the code incorrectly. Check to see if there is a long-term occupation of the main thread. For example, a code that goes around an infinite loop may accidentally enter. For more information on this phenomenon, google "Android ANR" to find out the causes and alternatives.

And if you want to check if it's an emulator or a specification problem, run apps like chrome, settings, and phones that are built into the emulator to see the speed.


2022-09-22 19:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.