Error on tablet : Failure [INSTALL_FAILED_OLDER_SDK]

edited May 2018 in Android Mode

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]

Capture

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

Tagged:

Answers

  • edited May 2018 Answer ✓

    @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).

Sign In or Register to comment.