Chamaraindrajith97 edited a comment on issue #1178:
URL:
https://github.com/apache/cordova-android/issues/1178#issuecomment-877780730
**Tested and it worked.**
I changed on config.xml to :
` <preference name="android-targetSdkVersion" value="30" />`
but it didn’t work so, I remove the platform by using :
` cordova platform remove android`
then add the latest cordova android version :
` cordova platform add android@latest`
finally build the project :
`cordova build android`
It worked! Amazing.
You can check it by going to this file.
\platforms\android\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]