Hi,
I have my Target and min SDK set to:
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19"/>
From what I understand based on the above, it will allow any Android device running Android 4.1 or above (SDK 16+) will use the SDK from Android 4.4.
If a customer has an device that uses SDK version 18 will that have any effect to my app?
Notice I am targeting the SDK version higher than what the customer has. Should I have my min and target version the same in this case or doesn't it matter ?
In my Tools > Configure Paths, I have my android.jar file set as: C:\Android\platforms\android-24\android.jar
I guess it means I am compiling it using Android 24 and targeting my app based on the Manifest (min 16 - Target 19) ?
I have my Target and min SDK set to:
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19"/>
From what I understand based on the above, it will allow any Android device running Android 4.1 or above (SDK 16+) will use the SDK from Android 4.4.
If a customer has an device that uses SDK version 18 will that have any effect to my app?
Notice I am targeting the SDK version higher than what the customer has. Should I have my min and target version the same in this case or doesn't it matter ?
In my Tools > Configure Paths, I have my android.jar file set as: C:\Android\platforms\android-24\android.jar
I guess it means I am compiling it using Android 24 and targeting my app based on the Manifest (min 16 - Target 19) ?