Current location - Quotes Website - Personality signature - How does the Android modifier modify the application icon and name?
How does the Android modifier modify the application icon and name?
Android master modifier can directly decompile the packaged APK installation package without source code, add and delete some functions by modifying SMALI code, and realize personalized application by modifying application icons and application names. Let's talk about how to modify the Android app icon and app name.

Step 1: Click on the Android Game tab at the top of the Android Modification Master, and find any game you want to modify in the opened page. We take the game "Snake Hunting" as our wives.

Step 2: Click the "Install" button of the game to pop up the relevant decompilation option menu, through which you can install the application on the mobile phone, view the source code or decompile directly. Click the "decompile" button in the menu to enter the decompile interface of the game.

Step 3: In the "Decompile" interface, the function classification tab is on the left and the operable items corresponding to the current tab are on the right. The default tab is General Information, where you can modify the application icon and application name. Note that icons should be in png format, and try to set icons with pixel size of 128* 128 or larger. If the application has multiple language versions, the application names of all language versions will be listed, and you can modify the application names of the corresponding languages. For example, change your own personalized name "I love snakes". After the application is compiled, the application icon installed on your phone will become your custom icon, and the name will also become your custom name. Similarly, in this interface, you can modify the statistical parameters and payment parameters of the APP. After recompiling, you can easily turn this application into your own!

Step 4: After the previous steps, the name and icon of the application and related application parameters have been modified. We just need to see the decompilation results on your mobile phone! Click the "Package/Signature" tab on the left side of the above interface, and you can choose the default signature (Android application needs to be signed and packaged before it can be installed on the mobile phone) or your own signature file (if you don't know the signature file, please know it yourself), and then click the Start Packaging button to package it.

During the packaging process, you can view the packaging log on the right side of the interface. If there is a problem, you can execute the corresponding code according to the prompt information to analyze the existing problems, and recompile and package after appropriate modification.

Click the "Install to Mobile Phone" button immediately after packaging, and then install the application on your mobile phone to see!