Hi
Let me explain it, I'm developing a game for Android (first) and I have a question:
Which version of Java to use?
I think during the process I use Java 2 times:
1. During the "Minify script" process
2. During the App "Signer & Zipalign" process
I changed from JDK v6.45 to JDK v7.72 and I have no problem with the number 1, but at the moment of installing from Google Play I get this error: "'Package file was not signed correctly", so I guess it's because of the Java version
But what about the "Minify script" process?
It's there a difference between "Minify script" with JDK v6.45 and JDK v7.72?