-
-
Notifications
You must be signed in to change notification settings - Fork 86
Guo KK edited this page Jun 12, 2019
·
2 revisions
A: This is a window shell extension, the dll is registered for .apk (.ios/.appxbundle) files. Once windows explorer shows .apk file, it asks the ApkIconHandler in dll for parsing that apk file and returns an icon. ApkIconHandler will open the apk file, decode and read manifest.xml, find the icon, extract it from the package, and return it to windows for showing up.
A: Please follow the install wiki carefully, please make sure you have install .net framework 4.0 or upper, the latest on Microsoft site is recommended. the install procedure is easy, if you still see problem please create an issue and paste the error message.
A: Any issue raiser is welcome, but please follow this guide before you do it. And I cannot guarantee a timely resolution.