Quote from
asmat on May 1, 2023, 12:53 pm
Hi @luishp
For the new play console rule, we need to update some properties of the Config.xml file,
In the new play console rule, it does not accept the minSdkVersion less than 22, but in the VisualNEO Web currently, it's 14.
I think it will be good if you remove these two line codes from the Config.xml file,
and let the users manually add them in Project > Platform Options >Mobile
<preference name="android-targetSdkVersion" value="30" />
<preference name="android-minSdkVersion" value="14" />
Hi @luishp
For the new play console rule, we need to update some properties of the Config.xml file,
In the new play console rule, it does not accept the minSdkVersion less than 22, but in the VisualNEO Web currently, it's 14.
I think it will be good if you remove these two line codes from the Config.xml file,
and let the users manually add them in Project > Platform Options >Mobile
<preference name="android-targetSdkVersion" value="30" />
<preference name="android-minSdkVersion" value="14" />
Uploaded files:- You need to login to have access to uploads.