Producing better named Android APKs with Gradle

One thing that’s nagged me when using the Android Gradle build system is that by default the APK files produced will have the nondescript name of app-debug.apk and cousins. This stems from the default and preferred project setup where the application code is contained in the “app” directory, and the name of the directory by default is used for the APK name. But if you’ve ever had to distribute your APK artifacts to other people this simple name won’t cut it.

We can do better!

(more…)

Continue Reading Producing better named Android APKs with Gradle

End of content

No more pages to load