Dawgomatic
Dawgomatic
Currently spent a couple days trouble shooting this error on an ubuntu20.04 machine trying to build ATAK in android studio. ``` 32-bit Java specified while targeting a 64-bit build. Call...
Can you post the exact error for me? Also go to android studio and look in settings -> build, execution, deployment -> gradle and take a screenshot. also post what...
I've been getting the same error and haven't been able to fix it yet. I've notice error outputs are dependent on the JDK path. Changing the java pathing in android...
Try setting Gradle JDK pathing in android studio: file-> settings-> build,execution,deployment-> Build Tools -> gradle to 1.8[version 1.8.0_352 /usr/lib/jvm/java-8-openjdk-amd64 ] if you can get it to exhibit the error: ```...