How does Android modify the default name of APK

How does Android modify the default name of APK

The default name generated when packaging an app with Android studio is app-release.apk (signed) or app-debug.apk (beta).

To modify the default name during packaging, open the build.gradle (module: APP) file and add the following code in Android {}:

After writing, directly click buildapk in the toolbar build or use signature to package.

The renderings are as follows:

In fact, it can also be like this: right click - > rename.

Thank you for reading, hope to help you, thank you for your support to this site!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>