stephwildcode commented on issue #1569:
URL:
https://github.com/apache/cordova-android/issues/1569#issuecomment-1480926354
Hello,
Thanks for your reply.
To build with cordova-plugin-logtofile, you need to edit this files :
replace "compile" by "implementation" :
\platforms\android\cordova-plugin-logtofile\applicationtablette-logtofile.gradle
Edit the file .\platforms\android\app\build.gradle and add packagingOptions
under android
```
android {
packagingOptions {
exclude 'AndroidManifest.xml'
exclude 'resources.arsc'
}
....
}
```
I tried to build an aab with an empty project without plugins and it's
working.
I'll try to build an aab with an empty project with plugins soon.
--
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]