Andrew Reitz

Results 49 comments of Andrew Reitz

Here's how you can make a groovy jar without the invoke dynamic class included for a workaround until the issue is resolved. https://gist.github.com/AndrewReitz/3e1145d66a8ef3f7b578d8604ecd671c

@vincentganneau I don't think that's related to this issue. The class files created by groovy are for the JVM, when you load them on an Android device they need to...

This is released to #23. Should be a pretty simple fix.

@davidliu I had this issue as well. Turned out the virtual sd card was out of space, deleting the screenshots on the sdcard fixed the issue for me.

Sure, you can find it here: https://github.com/InkApplications/android-preferences/blob/master/preferences/build.gradle I am attempting to hit bintray's api to have my package signed.

I am doing the exact same thing on another build and not seeing issues. So I'm guessing it was an issue with the response I was getting at the time,...

I think this can be done by running `paver dist_anki_addon`. It should create a zip file that you can then use a USB device to transfer to a computer without...

Hmm, so that would be the issue. I am passing it http://andrewreitz.com/getting-groovy-on-android. I have tried with quotes and without. I'll keep looking into this.