Hey folks,
when starting an emulator with API 22 I get the following error:
Application Installation Failed
Installation failed with message
INSTALL_FAILED_CONTAINER_ERROR.
It is possible that this issue is resolved by
uninstalling an existing version of the apk if it is
present, and then re-installing it.WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
… though, the emulator is running.
I tried cancelling it, I tried clicking OK, which results in:
Session 'androidEmptyExample': error
The androidEmptyExample console log looks like this:
Device connected: emulator-5554
Device Nexus_5_API_22_x86 [emulator-5554] is online, waiting for processes to start up..
Device is ready: Nexus_5_API_22_x86 [emulator-5554]
Target device: Nexus_5_API_22_x86 [emulator-5554]
Uploading file
local path: /Users/$USER/Documents/openFrameworks/openFrameworks_Android_v0.9.0-RC2/examples/android/androidEmptyExample/build/outputs/apk/androidEmptyExample-debug.apk
remote path: /data/local/tmp/cc.openframeworks.androidEmptyExample
Installing cc.openframeworks.androidEmptyExample
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/cc.openframeworks.androidEmptyExample"
pkg: /data/local/tmp/cc.openframeworks.androidEmptyExample
Failure [INSTALL_FAILED_CONTAINER_ERROR]DEVICE SHELL COMMAND: pm uninstall cc.openframeworks.androidEmptyExample
DELETE_FAILED_INTERNAL_ERROR
Any ideas on what could be the problem?
Thank you very much!