<html><head></head><body>I didn't RTFM thoroughly enough. Apprently the Gradle wrapper isn't directly supported and instead you export ANDROID_HOME and call gradle build directly. Still getting errors though. It "Couldn't resolve system dependency", and I think said dependency is MavenResolverHook based on the stack trace. But that doesn't sound logical. This bs is the reason I avoid Java.<br><br><div class="gmail_quote">On July 22, 2019 4:51:12 PM MDT, fluffrabbit--- via Android-tools-devel <android-tools-devel@alioth-lists.debian.net> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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></blockquote></div></body></html>