What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR]?

Change the install location from

android:installLocation="preferExternal"

into

android:installLocation="auto"

in your project’s AndroidManifest.xml.

Leave a Comment