Android Studio is showing error after updating app icon - android-studio

Getting This error again and again tried many things I was trying to update the app icon

Related

How to change android studio type standerd to custom

Problem
I installed Android Studio as standard but now I want to change it to custom. How could I do that?
What I have tried
I completely deleted Android Studio and installed it again...
...but it did not show any page to change user type. And also when I try to run emulator it did not open and then an error message come saying "time out after 300seconds waiting for emulator to come online in android studio"

Infinite app closing issue in android studio

I have just changed the package name in the android studio, and also replaced the new google-services.json file downloaded from the firebase console to configure the new package. After these changes, the application is installed properly on the emulator but it is displaying just a white screen and not moving to the splash screen. Even, It is not going to Launcher activity, I have tried to debug by putting the breakpoints. In the logcat of the android studio, it seems it is closing and opening in infinite ways. I have also attached the screenshots here.

Android emulator unable to launch on iMac in the latest update

here is the image of error displayed when trying to launch
After click on play it gives this error
here is the link of bug report
https://drive.google.com/file/d/1hU_52V3u7t3p6-RyIVx35D90EhVz3X7i/view

App in Android Virtual Device continues to stop working

Extra context: using LibGDX engine in android studio. Updated android studio today and avd no longer works.
After I build my project and run the AVD the app crashes. I have gone into settings and tried to open the app from there which occasionally opens up the app and then promptly crashes (and the screen will pop up with a message that says the app keeps stopping - screenshot attached). Additionally, I get this error: Emulator: Started GRPC server at 127.0.0.1:8554 - which I have checked through the following stackoverflow links but have struggled to fix the issue still. I have searched through stack overflow and have tried:
cleaning the project and rebuilding it
restarting android studio and then rerunning the code
restarting the avd
creating a new avd
updating SDK tools (though I am uncertain if I have the right tools installed, will attach image of what I have installed)
updating android studio (running version 3.6.1)
invalidating caches and restarting (after deleting the app off of the emulator, and after reinstalling
the app on the emulator)
For context, I was looking at these stack overflow posts and have tried the suggestions that I mentioned
above, but I could have missed something:
Android Studio cannot find cerfile, emulator doesn´t start
Why do I get this GRPC Error "WARNING: EmulatorService.cpp:448: Cannot find certfile" when I start the emulator?
GRPC Server error while running andoid app on emulator
Error type 3 Error: Activity class {} does not exist
Any help would be appreciated, and I would be happy to edit and provide more information if needed!
This is the snapshot of the error in the AVD mentioned above.
This is a link to the picture of the SDK tools installed on my computer.
SDK Tools installed
Edit:
I tried a new android studio project without LibGDX and the AVD worked fine.
I've followed this video for the setup of my LibGDX project: https://l.messenger.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dp_hp6vMeewQ%26list%3DPL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl%26index%3D70&h=AT2_tH6gq08lg9Xnl0q0C6DJ5bnjySsbAvu0KmR9Jr6m8g8xGLzK5k39bMl5jdpQgFYHQcnd6t_rqixKPG6pTO1gYzPoBMN1MC_qzF8jUqtQITrsA-gU46c9zLHt90nZY8_ACbeRK33DmDvfGGQrYA
I've followed this video series for the tutorial I am working on - the AVD broke on this video: https://l.messenger.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dp_hp6vMeewQ%26list%3DPL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl%26index%3D70&h=AT2_tH6gq08lg9Xnl0q0C6DJ5bnjySsbAvu0KmR9Jr6m8g8xGLzK5k39bMl5jdpQgFYHQcnd6t_rqixKPG6pTO1gYzPoBMN1MC_qzF8jUqtQITrsA-gU46c9zLHt90nZY8_ACbeRK33DmDvfGGQrYA
So the links I posted and what I tried (cleaning the project, deleting the app from the emulator and invalidating caches and restarting android studio) actually do work.
The problem was that android studio did not understand my .tmx file (the file that will provide the map for my app) for some reason.
I realized this after clicking on the tmx file, as android studio displayed a prompt about downloading dependencies for the tmx file. Then all I did was download the suggested dependencies and then cleaned, deleted and invalidated/restarted and the AVD worked.

Getting an app on an emulator on android studio

I am using android studio and I have the app I am working on open. When I run the emulator, the app does not show up and I don't know where to find it to get it on the screen.
If the the emulator is running and its android UI is already shown on your screen, just click "run app" in the Android Studio menu, and choose "Emulator" on the following dialog to run your app. Your app will be installed and run on the emulator automatically.

Resources