-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Android App crashing after adding this plugin #30
Comments
Getting the same problem... Install via When I try and launch my application I get this exception
|
I was able to get the plugin working by upgrading to a newer Gradle version I changed it in the file changed the line with
|
This change in requiring a newer Gradle version was introduced when upgrading I would have appreciated if this breaking change was clearly mentioned in the release notes. |
I have the same issue. Edit:
Edit 2:
|
below steps worked for me distributionUrl=https://services.gradle.org/distributions/gradle-8.9-bin.zip classpath 'com.android.tools.build:gradle:8.7.2' |
changed the minsdkVersion from 22 to 26.Build the app and deployed.
After adding this plugin, application crashes while opening.
This is the link of my sample source code: https://github.com/Harshida-ck/Capacitor-Angular-App
The text was updated successfully, but these errors were encountered: