-
Notifications
You must be signed in to change notification settings - Fork 116
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
Plugin not working against android plugin 1.4.x-beta #61
Comments
I checked the structure of the
So, by adding a parameter to the method I tested the values returned with both boolean values: Return value from getBootClasspath(true): Return value from getBootClasspath(false): I can guess the parameter means "include legacy bootClasspath" or something similar I created a pull request (#62) to add the code to support 1.4.0-beta2. I tested in a simple application, that had the same error as reported ( I couldn't find a way to download the exact 1.4.0-beta1 and 1.4.0-beta2 source code, don't know if it's available from Google, not sure if this is the actual source code |
I can't find it too. Anyways thanks for the update. I will retest the plugin once they release to 1.4.0 - no beta :) |
Problem still occurs in final version v1.5.0, it is time to release plugin |
I seem to be having the same problem with v1.5.0 - is a release coming soon? |
On the 1.5.0 version of the plugin the method getBootClassPath has the same signature @dmancilla mentioned. |
Until release SNAPSHOT version can be used provided by Jitpack: It works perfectly with 1.5.0 version of the plugin. |
Looks like I'm having the same issue on stable plugin 1.5.0 but I suspect it is related to dexguard (Or maybe not). Project builds fine but it can't execute. Here's the stacktrace
Any ideas? |
@ThanosFisherman you have to use latest SNAPSHOT version
|
Is there any news on when a new release is being planned? |
+1 |
Thanks to @dbacinski I could also work around this issue using the snapshot version. Since it's already fixed I'm also hoping for a new release soon :)! |
@JordyLangen I'm working on finding a better CI option and getting some other pieces of knowledge transferred so that I can get a new release out. |
Nothing is better than TravisCI at the moment.
|
@pieces029 Can vouch for what @jaredsburrows says, nothing beats Travis CI |
@JordyLangen No, I cannot. I didn't want to start an argument on the internet though. |
This has been fixed and released in the 0.3.7. |
Google released 1.4.0-beta2 (2015/09/15)
http://tools.android.com/tech-docs/new-build-system
and it's crashing while looking for
https://github.com/groovy/groovy-android-gradle-plugin/blob/master/src/main/groovy/groovyx/grooid/GroovyAndroidPlugin.groovy#L19
Stacktrace
The text was updated successfully, but these errors were encountered: