Skip to content
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

Gradle build failed #2305

Open
apiornoIA opened this issue Apr 20, 2024 · 0 comments
Open

Gradle build failed #2305

apiornoIA opened this issue Apr 20, 2024 · 0 comments

Comments

@apiornoIA
Copy link

Describe the bug
I am trying to build my app on android side in release mode and i got errors from this plugin:

com.dexterous.flutterlocalnotifications.IsolatePreferencesTest > saveAndGet_ShouldReturnCorrectValues FAILED
java.lang.NoClassDefFoundError at Shadows.java:2457
Caused by: java.lang.ClassNotFoundException at SandboxClassLoader.java:161
Caused by: java.lang.IllegalArgumentException at ClassReader.java:199

com.dexterous.flutterlocalnotifications.models.NotificationActionTest > constructor_populatesAllFields FAILED
java.lang.NoClassDefFoundError at Shadows.java:2457
Caused by: java.lang.ClassNotFoundException at SandboxClassLoader.java:161
Caused by: java.lang.IllegalArgumentException at ClassReader.java:199

To Reproduce
I run ./gradlew clean build

Expected behavior
Not crush

Sample code to reproduce the problem
Just having it as a dependency and running the gradle build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant