YoannRu opened a new issue, #1477: URL: https://github.com/apache/cordova-android/issues/1477
Hi, I try to migrate to [email protected] I follow this [tutorial](https://ionic.zendesk.com/hc/en-us/articles/7891143965975-Migrating-to-Cordova-Android-11). When i run Android Studio, the build fails with this error : ``` FAILURE: Build failed with an exception. * Where: Build file '[...]/platforms/android/app/build.gradle' line: 20 * What went wrong: A problem occurred evaluating project ':app'. Failed to apply plugin 'com.android.internal.version-check'. Minimum supported Gradle version is 7.3.3. Current version is 7.1. If using the gradle wrapper, try editing the distributionUrl in [...]/platforms/android/gradle/wrapper/gradle-wrapper.properties to gradle-7.3.3-all.zip * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 3s ``` I tried to follow the different answers of this [stackoverflow thread](https://stackoverflow.com/questions/72270770/update-to-android-studio-chimpmunk-minimum-supported-gradle-version-is-7-3-3) but nothing worked. (I have no file called 'gradle-wrapper.properties', i tried to create one and change distributionUrl, but nothing changed) You can find my config here : ``` Ionic: Ionic CLI : 6.17.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : ionic-angular 3.9.5 @ionic/app-scripts : 3.2.3 Cordova: Cordova CLI : 11.0.0 Cordova Platforms : android 11.0.0, ios 6.2.0 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 31 other plugins) Utility: cordova-res : not installed globally native-run (update available: 1.6.0) : 1.0.0 System: NodeJS : v13.14.0 (/usr/local/bin/node) npm : 6.14.4 OS : macOS Monterey ``` Thanks in advance 🙏 -- 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]
