Is it possible to recompile an APK for Android to change only the name and icon?

Asked

Viewed 6,407 times

-1

Good people, I bought a full site + APP for Android, I sent them to compile for Android the PNG for Icon and Title, but unfortunately it was not good and would like to change. I asked support them to recompile, but they charged me 87 dollars and at the moment I can not, I wonder if it is possible to recompile myself, I am student in the area.

  • 2

    The problem is to sign the APK, and not compile. But at this price you can pay the Google license, use the free tools and still have change.

1 answer

0

It is possible to make some changes to the APK yes, but that depends on how it was generated and signed. The APK format is nothing more than a ZIP file when viewed simply.

You could in some cases change the icons manually using an application like 7-Zip or Winrar. However, I believe the simplest way to do this would be to use the APK Icon Editor.

Simply load the APK into the application and in the Icon menu use the replacement options. The program has two operating modes, the ZIP and the APK Tool. The first makes a simple replacement of icon files (should solve your problem); the second offers more advanced features, mostly linked to reverse engineering. You can select them in the program settings.

EDIT: Another option is to use the APK Manager program. This tutorial XDA Developers Forum details the procedure.

  • 3

    The most important point, which was missing in the answer, is that after any change, you need to sign again later, with a valid developer key (today it costs 25 dollars, and the tool is free. It’s still a lot cheaper than the $87 they want to charge).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.