We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I have a problem with Processing Android Mode 4.0.1 with a tablet (GT-P5110 android v4.1.2) when I run my program. It says : Failure [INSTALL_FAILED_OLDER_SDK]
I tried to lokk at : https://forum.processing.org/two/discussion/21735/failure-install-failed-dexopt but didn't found the solution. I also tried to do : https://forum.processing.org/one/topic/failure-install-failed-older-sdk-29-5-2013.html
Thanks
Answers
@josephh===
your tablet runs with 4.0, which means sdk <16; verify in your Manifest what is the minSdk target, probably it is 16 (jelly beam). Try to change it to 14 (ice cream sandwich). put the error code readable (not a screenshot but copy & paste).