Hello and thanks for helping me solve my problem! I ask for an easier way, as I am trying to figure it out without success in this tutorial
https://developer.android.com/guide/app-bundle. I first tried to download the Android App Bundle using Android Studio as described in this article
https://medium.com/androiddevelopers/building-your-first-app-bundle-bbcd228bf631, but the first step describes pressing buttons that are not on Android Studio Panel "In Android Studio, select“ Build => Generate Signed Bundle / APK ”and follow the dialog." I do not see the options I need in the Android Studio panel (I attach a screenshot),
.png?part=0.2&view=1)
where do I need to click to create an Android App Bundle? Then I tried to create the Android App Bundle from this tutorial using the command line
https://developer.android.com/studio/build/building-cmdline, I installed Grable manually as described in this tutorial
https://docs.gradle.org/current/userguide/installation.html#installation unpacked and configured the system environment, as well as installed and unpacked JDK 17
https://jdk.java.net/17/ for Windows/x64 (also on disk C but in a different non-Grable folder), but verifying the Grable installation when typing gradle -v in Windows PowerShell throws an error, and these instructions
https://docs.gradle.org/current/userguide/troubleshooting.html#sec:troubleshooting_installation does not offer a solution what is displayed in my Windows PowerShell
.png?part=0.1&view=1)
, and when I enter gradle -v into the command line, it says "Grable is not an internal or external command, an executable program or a batch file.", I face the same problem if I enter into command line ./gradlew bundleRelease as suggested in this tutorial
https://medium.com/androiddevelopers/building-your-first-app-bundle-bbcd228bf631. I'm stumped, what am I doing wrong, and what method is easier for me to create an Android App Bundle?