I would like to have my gradle build to create a release signed apk file using gradle. i'm not sure if the code is correct or if i'm missing a parameter when doing gradle build?. An apk file extension is used for google android application packages for android based devices. apk files are basically a renamed zip files, used to install apps to
0 Comments