I try to deploy my app and sometimes get this error:
Failure [INSTALL_FAILED_CONTAINER_ERROR]
I tried to google it but don\'t find what
Change the install location from
android:installLocation="preferExternal"
into
android:installLocation="auto"
in your project's AndroidManifest.xml.