I'm having difficulty uploading my upgraded project to Google Play.
I need to produce a signed version of the app, but if I try App bundle it complains I have an obsolete Gradle plugin, that I can't upgrade. I have a bleeding edge gradle version in my gradle-wrapper.properties:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
So I try to create a signed apk and give it a keystore, but when it tries to output the app it throws this complaint:
Cannot determine path to 'tools.jar' library for Android API 30 Platform (C:/Users/Sam/AppData/Local/Android/Sdk)
- I've tried the existing answers, setting a JAVA_HOME under
advanced system variables
, that didn't work. - I copied
tools.jar
from my java directory to C:/Users/Sam/AppData/Local/Android/Sdk, that didn't work.
I'm knashing my teeth.