SHELL_UNRESPONSIVE - android

I'm trying to install my app debug from my android studio. it works well yesterday, but today when I try to install it again, the application cant be installed on my device and shows errors like below on my android studio.
Installation did not succeed.
The application could not be installed: SHELL_UNRESPONSIVE
The device timed out while trying to install the application.
Retry

I changed my Virtual device. This error will not occur.

Related

freshly installed Android Emulator keeps saying settings, google has stopped working in Parallel Desktop

I am using windows in Mac Pro. In Windows Parallel Desktop I am keep on getting error message in Android Emulator like:
Google has stooped working
Settings has stopped working.
Pixel Launcher has stopped working.
Getting error message in freshly installed Xamarin tools in Visual Studio.
Googling suggested to clear the cache or force stop it, but nothing is working
For now I installed Android Studio on Mac and running project on Windows. By Following below link I ran few commands and Windows able to communicate with MAC
https://learn.microsoft.com/en-us/xamarin/android/troubleshooting/questions/connect-android-emulator-mac-windows
Not sure if this is right way. But running virtual device inside virtual machine is giving some problem.
Above thing is working fine. Let me know if there is any other best solution for this.

Unable to uninstall an android app : Getting a crash message

i created an android app using Android Studio 3.1, and then installed it on a Samsung Galaxy S6 running on Android 7.0 Nougat. The problem is that i can no longer uninstall the app from my phone:
When i try to uninstall the app, i have an crash message stating that "The uninstalling program kit has crashed" ... I tried reinstalling the app from android studio, didn't work, and when i try to reinstall it using an apk, i get the same crash message.
I will be thankful if you can help me out
Looks like issue with your device settings. Another approach to uninstall the program is through adb command. Use following command:
adb uninstall <you-package-name>

Build APK getting crashed all the time after successful manual installation

After updating to Android Studio 3.0.1, my app-debug.apk crashed all the time after successful manual installation.
My application is running absolutely fine in emulator & also in the device which is connected to the PC. The only problem I got when I try to install it manually & after successful installation it's getting crashed all the time.
N.B:
I already disable Instant Run.
I build the APK through Android Studio's Build APK(S) function.
I tried to install the app-debug.apk manually in an Android Oreo Device.
In the exact same device, it runs fine when i connected it with my PC & build the app through Android Studio.
Thanks in advance.

Unfortunately app Stopped - While running in real device but working well in emulator

My Android App is running successfully in android studio emulator, but after installing the same apk file in my mobile it is installing and it is shows the following error
Unfortunately app stopped
while I try to open it.
how to fix? My android version is 6.0(both emulator and mobile).
I suggest you check the permissions of your application. Since version 6 of Android, you must request the permissions on demand.
Look at this topic:
https://stackoverflow.com/a/34722591/3665983

Titanium Studio - Trying to run example app

I'm newbie in Titanium Studio and I have some weird questions:
- When I choose a new Mobile Project and trying to Run under the Android SDK Emulator,
I able to see the phone screen but when I'm going in the emulator to the apps list, I cant see the application I just created...
any ideas?
thanks.
When you hit Run it is automatically installed in your device/emulator.
Be sure it was successfully installed in your emulator first, please see:
Android troubleshooting
The initial launch of the Android emulator can be quite slow and Studio may timeout before it can install and launch the application. If this happens just click Run in Studio again. Subsequent launches should not time out on the same virtual device.
http://docs.appcelerator.com/titanium/latest/#!/guide/Creating_Your_First_Titanium_Apps-section-37541502_CreatingYourFirstTitaniumApps-AddaTableView

Categories

Resources