hookshy Well-Known Member Licensed User Longtime User Oct 11, 2013 #1 It is correct if i use only the folowing statement : <uses-sdk android:minSdkVersion="4" /> instead of : <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/> I use the folowing libraries : core , TTS ver 1.0 , technis ver 1.0, reflection 2.4
It is correct if i use only the folowing statement : <uses-sdk android:minSdkVersion="4" /> instead of : <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/> I use the folowing libraries : core , TTS ver 1.0 , technis ver 1.0, reflection 2.4
eps Expert Licensed User Longtime User Oct 11, 2013 #2 You can use the min only, on it's own. Target is optional.. http://developer.android.com/guide/topics/manifest/uses-sdk-element.html Upvote 0
You can use the min only, on it's own. Target is optional.. http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
hookshy Well-Known Member Licensed User Longtime User Oct 11, 2013 #3 I will use target also, thanks Upvote 0