In Android, I don't want to use Android Studio.
Is there an android gradle/gradlew command for creating a release apk, which could be used to sign and upload to play store.
I tried ./gradlew build
this gives "BUILD SUCCESSFUL" but doesn't creates an apk.