2

Like many I get this error but none of the solutions I found here did the job. I don't get this error when installing on an emulator, but I get this error with every app I'm trying to install.

This morning my phone went into save mode. After that I can't install an app anymore. The phone is already out the save mode though.

I don't get any errors in my logcat. Don't know what to do anymore. Could someone help?

It is similar to this question, but the only answer he got, I already tried.

Problem solved tanks to LisuBB

Community
  • 1
  • 1
mtb
  • 23
  • 7

3 Answers3

0

check your phone's memory and see if you have enough memory . and restart it and check again.

Bahram
  • 1,464
  • 2
  • 22
  • 38
0

You can try to uninstall app from your device by executing

adb uninstall _nameofapp__

Try also to restart Android server

adb kill-server
adb start-server

and then try to install again.

MateuszPrzybyla
  • 897
  • 8
  • 17
  • Run cmd/terminal and go to your Android directory with adb file (propably platform-tools/) then type these commands. If you're using Linux instead of adb type ./adb – MateuszPrzybyla Oct 12 '12 at 09:26
  • If you use linux, try adb as superuser by `sudo adb start-server` – WarrenFaith Oct 12 '12 at 09:29
  • when i tried adb kill-server it said *server not running * strange because i didn't close it, but I restarted it and it works again now – mtb Oct 12 '12 at 09:34
-1

Does the adb install work? If so, try to install on an external sdcard through the cmdline.

jonsca
  • 10,218
  • 26
  • 54
  • 62
Robot Dreamer
  • 411
  • 1
  • 4
  • 6