-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Open
Labels
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
After creating a New Blank Starter Template & Running below:
onic cap open android
Android Studio build fails with error
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
The project is using an incompatible version (AGP 8.13.0) of the Android Gradle plugin. Latest supported version is AGP 8.12.2
See Android Studio & AGP compatibility options.
Expected Behavior
The ionic start new blank template should run inside android studio with Gradle update, to test on a real device or generate (.aab ) file.
This was working in Ionic version 7.x with capacitor 7.x
Steps to Reproduce
- ionic start --package-id="com.demo.app"
- ionic cap add add android.
- ionic cap open android
Code Reproduction URL
Ionic Info
Ionic:
Ionic CLI : 7.2.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.7.16
@angular-devkit/build-angular : 20.3.13
@angular-devkit/schematics : 20.3.13
@angular/cli : 20.3.13
@ionic/angular-toolkit : 12.3.0
Capacitor:
Capacitor CLI : 8.0.0
@capacitor/android : 8.0.0
@capacitor/core : 8.0.0
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v24.11.1 (/usr/local/bin/node)
npm : 11.6.2
OS : macOS Monterey
Additional Information
No response