I tried different solutions but I can't discover why it does that. Look at the image [Problem].
Asked
Active
Viewed 236 times
0
-
Have you tried uninstalling the old APK from the device? – Michael Dodd Oct 19 '18 at 09:06
-
Try disabling instant run https://stackoverflow.com/questions/38892270/delete-failed-internal-error-error-while-installing-apk – Karan Harsh Wardhan Oct 19 '18 at 10:23
-
Yes @MichaelDodd, I uninstalled it. – Andrea Oct 19 '18 at 13:44
-
@KaranHarshWardhan it doesn't work – Andrea Oct 19 '18 at 13:50
2 Answers
0
You can try rebuilding your project open the build menu Build->Build project and after build is complete. Run the project again.

Gratien Asimbahwe
- 1,606
- 4
- 19
- 30
-
Is there any special message showing in the log? if not try the proposition of @MichaelDodd to uninstall app and then run – Gratien Asimbahwe Oct 19 '18 at 13:58
-
-
You can find here about "memotrack module" https://stackoverflow.com/questions/22629568/couldnt-load-memtrack-module-logcat-error – Gratien Asimbahwe Oct 19 '18 at 16:05
0
Try setting up a new emulator with higher API.

xposure
- 35
- 5
-
It can be due to some hardware problem. Just quickly check in the AVD manager by editing your AVD that the Graphics is set to Software. – xposure Oct 19 '18 at 17:35
-
The problem appears also if I use a physical device. I don't think AVD is a problem. – Andrea Oct 19 '18 at 20:32