Closed BalaclavaAM closed 2 years ago
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue.
Please see the Contributing Guide for how to create a Code Reproduction.
Thanks! Ionitron 💙
It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot.
Have a great day! Ionitron 💙
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
Android
Current Behavior
When I try to compile the app, it generates me the following error in android studio:
full log: here
Expected Behavior
I expect to be able to generate the APK. It seems to me that the problems are related to the Awesome-cordova-plugins.
To generate the APK I changed the line
cordovaAndroidVersion = '7.0.0' to cordovaAndroidVersion = '10.1.2'
in android/variables.gradle
Code Reproduction
My package.json:
Other Technical Details
npm --version
output: 8.10.0node --version
output: v16.15.0pod --version
output (iOS issues only):Additional Context