Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make APK without Android Studio [closed]

Tags:

android

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.

like image 387
Simone Gaggio Avatar asked Oct 18 '25 05:10

Simone Gaggio


1 Answers

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

like image 101
Naimish Vinchhi Avatar answered Oct 20 '25 18:10

Naimish Vinchhi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!