0

I run my app from Android Studio (clicking the green right-pointing arrow in Android Studio) to a device (Samsung SM-T530NU, rooted) Then I stop it and uninstall it. Then I run it again I see this in logcat:

Executing tasks: [:myapp:assembleDebug]
Gradle build finished in 2s 525ms
Session 'myapp': running
Session 'myapp': error

So the app does not run. Then I do a rebuild. Then click run and I see this:
Installation failed with message INSTALL_FAILED_INSUFFICIENT_STORAGE.
Do you want to remove the application data?

The device has plenty of storage (about 7 of 16gb used) and about 2/3 of memory is used, with myapp using about 90mb of memory.

I've tried various measures suggest here, Android: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE but nothing helps.

What is the problem?

Community
  • 1
  • 1
Al Lelopath
  • 5,810
  • 12
  • 66
  • 120
  • 4
    Check your device storage, its most likley almost full.. clear some data and try running the app again – spongyboss Sep 01 '15 at 21:18
  • As originally stated, the device has plenty of storage (about 7 of 16gb used), so I don't see how uninstalling some applications is going to help. – Al Lelopath Sep 03 '15 at 13:07
  • I'm voting to close this question as off-topic because because this belongs on http://android.stackexchange.com/ – e4c5 May 02 '16 at 09:13

1 Answers1

1

Uninstall one or two applications from you device

challenger
  • 2,056
  • 1
  • 14
  • 23