Skip to content

Instantly share code, notes, and snippets.

@AndrewReitz
Created November 15, 2017 21:50
Show Gist options
  • Select an option

  • Save AndrewReitz/3e1145d66a8ef3f7b578d8604ecd671c to your computer and use it in GitHub Desktop.

Select an option

Save AndrewReitz/3e1145d66a8ef3f7b578d8604ecd671c to your computer and use it in GitHub Desktop.
ZarZaring the Groovy Jar for Android 26+
  1. Download JarJar jar
  2. In the same folder download the grooid jar you want to use. This was tested with 2.4.12 jar
  3. Again, in the same folder create a file called rules.txt
  4. In rules.txt put "zap org.codehaus.groovy.vmplugin.v7.IndyInterface"
  5. Run java -jar jarjar-1.3.jar process rules.txt groovy-2.4.12-grooid.jar groovy-android.jar
  6. Now add newly created jar file to your android project.
@zledwon
Copy link
Copy Markdown

zledwon commented Jul 4, 2019

works fine with 2.4.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment