Hello!
After implementing this plugin with it's the latest version, I wasn't able to generate the app for Android (it generated successfully for IOS though).
I get the following error:
Any thought's on why this is happening?
Thanks
Hi Rodrigo Martins,
You can mention the SDK verison in Extensibility Configurations in the Mobile app.
{
"preferences": {
"android": [{
"name": "android-minSdkVersion",
"value": "21" }]
}
Pankaj Jain wrote:
Thank you for your answer!
Is it a plan to update the plugin to a more recent version of SDK?
Hey Rodrigo,
With the latest version there's no need to add that configuration anymore.
Thanks!
I'm still getting this error with the latest version. Is there a specific solution I can try?