How To See Apk Icons In Windows
5 Answers 5
APK files are actually nothing more than than zip files. If you lot but want to replace images, and so the easiest way is to open the apk file in 7-nix or winrar and supervene upon the png files in there with your ain. Simply drag your new files to the 7-zilch window.
Note that I said "open" and not "unzip". Once y'all decompress it, the signature volition no longer be valid.
Some other option is to use APKManager to do it. This way you do non need to install information technology in /system/app:
- Download APK Managing director
- Put the .apk in "place-apk-hither-for-modding"
- Run the script.bat and extract it.
- Drop the new PNG files in /res/drawable-?dpi overwriting the old ones.
- Run ZIP .apk and select choice 2 Regular APK
- Sign the APK
- Install
answered May xxx, 2011 at 5:19
AleadamAleadam
39.9k 9 gilt badges 85 argent badges 108 bronze badges
1
Summary
One the simplest means is to alter APK icons via user-friendly GUI tools:
- APK Editor Studio – advanced just still easy-to-use APK editor.
- APK Icon Editor – plain and simple APK editor.
Both tools are free and open-source (written in C++/Qt) with the Apktool used nether the hood.
Features
- Automatically pack, sign and optimize your APK.
- Automatic conversion between PNG, BMP, JPEG, ICO, GIF, etc.
- Bachelor for Windows, macOS and Linux.
Disclaimer
I am the writer of these tools.
answered Jan 25, 2014 at eighteen:54
kefir500kefir500
3,786 vi gold badges 40 silvery badges 45 bronze badges
3
-
Please, try to read this stackoverflow.com/assistance/deleted-answers, to get more understanding how to not answer. Namely: "Answers that practise not fundamentally answer the question": barely more than a link to an external site
January 25, 2014 at 19:fifteen
-
Please terminate enforcing stackoverflow rules.
Jun xv, 2019 at 13:31
-
@StefanReich This mail direct answers the OP's question (which excludes the spamming nature) and contains an explicit disclaimer (which excludes the improper promotion). See this meta post for more info. Also, the issues pointed out by Radim Köhler were fixed back in 2014. If you do not concord, you lot can e'er raise the moderator flag.
Jun fifteen, 2019 at xiii:56
If you desire alter android application icon programatically then yous tin can set it into AndroidManifest.xml file, in the awarding tag by setting the android:icon property. Only if yous want to change the icon of third party applications then you cant.
answered May 30, 2011 at vi:12
PCSPCS
211 3 silver badges 11 bronze badges
answered May 30, 2011 at five:08
Muhammad ZeeshanMuhammad Zeeshan
8,592 ten gilded badges 44 silver badges 55 bronze badges
one
-
so basically information technology isnt possible?
May 30, 2011 at 5:24
answered May 30, 2011 at 5:11
BasilBasil
2,157 two gilt badges xvi silverish badges 25 bronze badges
Not the answer you're looking for? Scan other questions tagged android or ask your own question.
Source: https://stackoverflow.com/questions/6172445/change-android-app-icons-in-apk
Posted by: negronforstand.blogspot.com

Are y'all sure the signature won't be invalid if some file is replaced(with out decompression) by 7-nil?
Apr xix, 2017 at 9:02