-
Notifications
You must be signed in to change notification settings - Fork 40
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
Android Studio Chipmunk injected property breaks mirakle executeOnRemote #121
Comments
Have a workaround (though I'm sure there is a more elegant way to do it):
|
Could you check please |
No joy. I have tried with Android Studio and with this simple tasks command. Notice that no REMOTE GRADLE ARGUMENTS are printed.
|
I see, working on a fix |
Could you remove your workaround and try again with |
I have commented out the entire taskGraph.whenReady block. Note, in these examples I am running from Cygwin terminal. The behavior appears to match running from Android Studio. First run 1.5.3-RC-7 with spacy property fails because it wants to "bar" to be a task:
Next, remove space from property, and it runs successfully:
|
Add this lines to
|
|
Could you check please |
Sorry for the delay. Still failing.
|
I just noticed that you are running it from cygwin terminal. The easiest solution for now is to remove that property in mirakle_init.gradle before applying mirakle plugin.
|
My Android studio is passing this property (note the spaces):
--project-prop
"android.injected.studio.version=2021.2.1 Patch 1"
Same behavior with Mirakle 1.5.1 and 1.5.2:
FAILURE: Build failed with an exception.
What went wrong:
Task 'Patch' not found in root project 'example'.
Try:
BUILD FAILED in 1s
The text was updated successfully, but these errors were encountered: