ark-java icon indicating copy to clipboard operation
ark-java copied to clipboard

Recompile for Java 7

Open eugeneli opened this issue 7 years ago • 4 comments

Recompile using 1.7 for greater compatibility with older projects.

For example, this library doesn't work on Android right now.

eugeneli avatar Aug 12 '17 06:08 eugeneli

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 avatar Sep 24 '17 05:09 Guppster

@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.

geckogecko avatar Nov 23 '17 17:11 geckogecko

Yeah sure. Firstly, which dependencies are you missing when you add the jar you built to your android project?

Guppster avatar Nov 23 '17 19:11 Guppster

@Guppster: groovy and bitcoinj. I was able to add groovy but I have the java 8 problem with bitcoinj again

geckogecko avatar Nov 24 '17 09:11 geckogecko