Answers for "gradle package apk"

0

gradle package apk

You don't have to set any option, just run the usual task:

$ gradle assemble
This will generate two files in project/build/apk/

app-debug-unaligned.apk 
app-release-unsigned.apk
Posted by: Guest on May-04-2022

Browse Popular Code Answers by Language