-
Notifications
You must be signed in to change notification settings - Fork 42
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
Does not work with Gradle Wrapper > 7.4.2 #122
Comments
Probably you need to run |
Tested. Does not help. Nothing changes after clean / restart & invalidate cache and combinations. |
Just checked and it works fine with Gradle
|
I have latest version of all mentioned plugins & libraries. |
Will the app launch successfully if you build it without mirakle? |
Yes. It will. Tested every possible option. With mirakle outputs folder is empty. |
You may try to ssh to remote machine and clean Gradle cache there
And just in case stop gradle daemons on remote machine
|
tried. still does not work. |
Could you paste your |
mirakle_init.txt |
Just in case try the latest RC version of mirakle |
Is there a chance you can prepare a repo with a minimal project to reproduce the bug? |
When using gradle wrapper 7.4.2 everything works fine.
After updating to 7.5 or latest: 7.5.2 stops working. App crashes with error:
java.lang.RuntimeException: Unable to instantiate application com.package.App package com.package: java.lang.ClassNotFoundException: Didn't find class "com.package.App" on path: DexPathList[[zip file "/data/app/~~QVI1HFgZRlF8WjmT_DBUkA==/com.package-18hjwzkh7_fCB0VWn-o1nQ==/base.apk"]
The text was updated successfully, but these errors were encountered: