ark-java
ark-java copied to clipboard
Recompile for Java 7
Recompile using 1.7 for greater compatibility with older projects.
For example, this library doesn't work on Android right now.
I confirmed it builds and functions correctly with Java 1.8. You can clone and run gradle build
to get a jar that you could use for your android project until someone builds and uploads it.
@Guppster I am trying to get ark-java running on android now for some time -> without success. Can you share your solution?
What I tried is rebuilding ark-java with java 7 -> adding that jar to my project. Which worked but I am now missing all dependencies -> when adding them as jar I have the java 8 problem again.
Yeah sure. Firstly, which dependencies are you missing when you add the jar you built to your android project?
@Guppster: groovy and bitcoinj. I was able to add groovy but I have the java 8 problem with bitcoinj again