Android Question Upload failed

ayman salah shbaan

Member
Licensed User
Longtime User
Hi dear
Today I tried to upload my application and put it to the store but I get out a message:
Please Help


Upload failed

Your Instant App APKs do not declare a valid 'android:targetSandboxVersion' attribute in their AndroidManifest. Using the 'com.android.feature' Gradle plugin to build your Instant App would add this attribute automatically.


Manifest My Code in B4a

====

AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:theme, "@android:style/Theme.Material")
AddPermission("android.permission.READ_PHONE_STATE")
AddPermission("android.permission.VIBRATE")
AddPermission("android.permission.CAMERA")
AddPermission("android.hardware.camera")
AddPermission("android.permission.WAKE_LOCK")
AddPermission("android.permission.DEVICE_POWER")


===========================

Best Regards
 

DonManfred

Expert
Licensed User
Longtime User
Another user is posting the same message !!!

Did you zipped the apk before uploading or did you uploaded the apk directly as mentioned in the Accepted answer???
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…