I need to generate a signed APK without Android Studio. Is there a way like a .exe program, a command in the cmd or a online service to do this? I've to edit a JSON file inside the resource folder of the project and build the APK that I have to load on my device and I can't use Android Studio every time.
I can't use ionic, cordova or phonegap.
You can execute all the build tasks available to your Android project using the Gradle wrapper command line tool. It's available as a batch file for Windows (gradlew.bat) and a shell script for Linux and Mac (gradlew.sh), and it's accessible from the root of each project you create with Android Studio.
Find more here : https://developer.android.com/studio/build/building-cmdline
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With