<div style="font-size:10pt;font-family:arial,helvetica,sans-serif;color:black;"><div>The Debian Android tools are the only way I feel alright about building for droid. However, I have never once gotten them to work. I used Google's Android SDK in 2013, and as a sanity check I tried building one of my old projects today with Debian's tools. It failed.</div><div><br></div><div>I installed these packages:</div><div><br></div><div>sudo apt install build-essential crossbuild-essential-armhf crossbuild-essential-arm64 android-sdk android-sdk-helper android-sdk-platform-23</div><div><br></div><div>Then I navigated into my Android project's folder and ran:</div><div><br></div><div>gradle init</div><div><br></div><div>That appeared to work fine. Terminal output:</div><div><br></div><div>BUILD SUCCESSFUL in 2s</div><div>2 actionable tasks: 2 executed</div><div><br></div><div>Then I tried to actually build the APK. I ran:</div><div><br></div><div>./gradlew</div><div><br></div><div>Terminal output:</div><div><br></div><div>FAILURE: Build failed with an exception.</div><div><br></div><div>* What went wrong:</div><div>Could not determine java version from '11.0.3'.</div><div><br></div><div>* Try:</div><div>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.</div><div><br></div><div>* Get more help at https://help.gradle.org</div><div><br></div><div>I would ask on the Gradle forums, but they move super fast over there and their solutions would probably involve Google's SDK and upstream tools, so I would like to hear from somebody here what the problem might be. I'm hoping I don't have to rely on an older JDK or something.</div><div><br></div><div>Many thanks!</div><div><br></div></div>