Arduino Uno

Header

Corner

Target version

In order to change the target version of the application, meaning that it runs on different versions of Android, you have to modify the AndroidManifest.xml according to the version of Android you want to target.

 
    <uses-sdk
        android:minSdkVersion="14"
        android:targetSdkVersion="14" />