Change Android app icons in APK?

Can I change the application icon in the APK in Android applications? I have a tablet running Android 2.2 and the icons are too low, so I want to replace them. I tried to unzip the APK by changing the icon and re-sliding, but that didn't work. Is there a way to change the icon, even programmatically, to display a higher resolution icon?

+3
source share
5 answers

APK files are really nothing more than zip files. If you just want to replace the images, then the easiest way is to open the apk file in 7-zip or winrar and replace the png files with their own. Just drag and drop the new files into the 7-zip window.

, "", "". .

- APKManager. , /system/app:

  • APK Manager
  • .apk "place-apk-here-for-modding"
  • script.bat .
  • PNG /res/drawable -? dpi, .
  • ZIP.apk 2 Regular APK
  • APK
+10

.

+2

Android, AndroidManifest.xml , android: icon. , .

+2

- APK :

( C++/Qt), Apktool .

  • , APK.
  • PNG, BMP, JPEG, ICO, GIF ..
  • Windows, MacOS Linux.

APK Icon Editor

.

+2

Please take a look at this option to create icons for high, medium, and low density phones: http://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html

0
source

All Articles