Hi,
I been trying to run the examples in the virtual device trying different configurations but i still can’t run it. somebody had runing it in the AVD?
The solution is to run it using api 17.
If you get this error Installation error: INSTALL_FAILED_CONTAINER_ERROR
Just change this line in androidManifest.xml
- android:installLocation=“preferExternal”
to
- android:installLocation=“auto”