I need to change the name of apk file for my android application. I am using Eclipse for the build. How to achieve this ?
If anyone is looking to change apk name outside the Android studio(just to send this file to someone else, as in my case), just right click the app name and change it to whatever you want. Save this answer.
Verifying an APK signature The correct way to verify an APK file is to use apksigner . apksigner is part of the Android build tools, therefore you may find multiple versions installed, one for each build-tools version installed. For more details on how to get apksigner see last chapter of this answer.
Right click your project, Android tools --> Export unsigned application --> name it whatever you want.apk
Right click on your project. Then choose "Rename", type new name. After that in directory [new name]/bin will be generated [new name].apk
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With