I\'m trying to compile my Android version, but for some reason it says there is an error, apparently with my Java.
Information:Gradle tasks [:assembleDebug]
I've had the same problem and I found that I had installed Java SDK but not the JRE. Reinstalling the SDK and choosing to install the JRE that comes with the installer solved it for me.