Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phone restart [Android - App Installation]

I've met an issue related with almost every phone but not Nexus.

During installation of app to phone by usb - Android Studio - phone restarts itself and app is not installing finally - I have to run app one more time by Android Studio to install it.

This doesn't happen all the time, but randomly, it's annoying and time wasting.

Honestly I don't know with what it's truly related problem, phones or Android Studio.

Have you met this problem?

Do you know any solutions?

Thanks.

like image 940
b2mob Avatar asked Dec 13 '14 11:12

b2mob


People also ask

Why does my phone restart when I install an app?

The problem will be fixed if you simply format your *SD CARD* or a custom rom only after trying to format sd card. And if it still doesn't help, you should give a visit to customer care.

Why did my Android randomly restart?

Many Android devices are designed to shut off automatically if they become too hot. If you have your device out on a 100 degree day while trying to use 4G, GPS, and the screen is set to the brightest setting, it might restart itself or shut down. Try to take it easy and maybe disable features you don't need.

Why is my phone restarting on its own again and again?

If your device keeps randomly restarting, in some cases may mean that poor quality apps on the phone are the issue. Uninstalling third-party apps can potentially be the solution. You may have an app running in the background that is causing your phone to restart.


1 Answers

There are three cases:

  1. There is a problem in the app source code: You should Build APK and install it in the phone. Maybe its required to install the app for several times. if phone restarted again, check the source code carefully.

  2. There is a problem in usb cable: Maybe there is a short circuit in the cable or a glitch in it. Change cable and try again.

  3. There is a problem in android studio: uninstall android studio and try to install it again.

like image 116
pouria ghavidel Avatar answered Oct 13 '22 23:10

pouria ghavidel