Android Upload Apk Critical Error

HI

i am getting this type of warning when upload signed apk on google play store

i have tried this one

<preference android:targetSdkVersion="26" name="android-minSdkVersion" value="16" />

but it is not working

Any one can you please help me

Thanks

Maybe, not sure but, instead of this would you give a try to replace it with:

<preference name="android-targetSdkVersion" value="26" />

There is also min version (see following) but not sure it necessary. I don’t know if they except just the target to be 26 or also to be the minimum. I would try first with target only

HI

Thank you for ur responce

I will try and let you know it is working or not

1 Like