Hi All,
I have in my manifest the following line block:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
Yet I just received a report from Google stating it is set at
targetSdkVersion=26
is this an error on the part of google or have I updated the manifest incorrectly.
I'm using Android28 and set in configure paths at :
C:\Android\platforms\android-28\android.jar
Should I used C:\Android\platforms\android-29\android.jar in case there is some confusion in android.jar versions?
I have in my manifest the following line block:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
Yet I just received a report from Google stating it is set at
targetSdkVersion=26
is this an error on the part of google or have I updated the manifest incorrectly.
I'm using Android28 and set in configure paths at :
C:\Android\platforms\android-28\android.jar
Should I used C:\Android\platforms\android-29\android.jar in case there is some confusion in android.jar versions?