APK Editor
About APK Editor
Examples of How to Use It
Modify App Name
Beauty UI: Change Background Image
Remove Ad
Make an App can Move to SD Card
Remove Unwanted Permissions
About Issues
APK Editor is a super tool that can hack apk files to do lots of things for fun. It can help us to do things like string localization, background image replacement, layout re-architecting, and even ad eliminating, permission removing, etc. What it can do depends on how you use it. However, to use it well, we need a little bit professional skills.
To get started with it, just open an apk file either from a folder or installed apps. It will display some editable information inside the apk. Make some changes as you want, and then click the save button in the upper right corner. That's all! Easy to use, isn't it? In following part, I will give you some examples. For convenience, I will take 'Hack App Data' as the target apk file. (Hack App Data can be downloaded from my app list)
Example 1: Modify App Name
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Editable information is showed after clicking the app, input 'Hack' to search the target string item, and then change the value to your favorate. For example, here we change it to 'App Data Hacker'
(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
(4) Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed)
Example 2: Change Background Image
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Resource' tab after editable resource shown, and then enter 'drawable' folder by clicking at the item. Click 'hacker_bg.jpg' and it will prompt us a page to select an image to replace it. Just select the image you've prepared. (the format MUST be the same, in this case, it must be a jpg file)
(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Example 3: Remove Ad
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Resource' tab after editable resource shown, and then enter 'layout' folder by clicking at the item. Click 'activity_main.xml' and it will show the content of activity_main.xml. Click 'Edit' and scroll to the last line, change
layout_height="wrap_content"
to:
layout_height="0dip"
And click 'Save' button in the bottom to save the modification.
(Please note this just make the ad on main page invisible, but it's similiar for other pages)
(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Example 4: Make an App can Move to SD Card
(ONLY available in pro version, try my another app "Apps Movable" if you don't have pro version)
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Manifest' tab, and then click at the line of manifest (Generally should be line 2)
(3) Click at '+' icon to add a key and value (android:installLocation="auto", refer to the following graph), and then click 'OK'; when return to previous dialog, click 'Save'
(4) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Example 5: Remove Unwanted Permissions
(ONLY available in pro version, here we will demostrate how to remove internet permission)
(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'
(2) Click 'Manifest' tab, and then click at the lines of uses-permission (Should be line 4-6). Find out the line which contains the name of "android.permission.INTERNET".
(3) Long click at the line, it will prompt a dialog like:
(4) Click at 'Delete' menu.
(5) Click save button in the upper right corner. After a while, we w
APK 编辑器关于 APK 编辑器如何使用它的示例修改应用程序名称美 UI ︰ 更改背景图像删除广告使应用程序可以移动到 SD 卡删除不需要的权限关于问题APK 编辑器是一个超级的工具,可以破解 apk 文件要做很多有趣的事情。它可以帮助我们做事情像字符串本地化、 背景图像替换、 布局重新构建,和甚至广告消除,权限删除等。它能做什么取决于你如何使用它。但是,要使用它,我们需要一点专业技能。若要开始使用它,只是打开 apk 文件从一个文件夹或安装的应用程序。它会显示一些可编辑的信息里面 apk 文件。做出一些改变,你想要,然后单击保存按钮在右上角。这是所有 !容易使用的不是吗?在以下部分,我将给你一些例子。为方便起见,我将作为目标 apk 文件破解应用程序数据。(从我的应用程序列表中,就可以下载破解应用程序数据)示例 1 ︰ 修改应用程序名称(1) 选择目标应用程序,单击选择的 Apk,从应用程序,然后选择破解应用程序数据(2) 可编辑的信息表明之后单击应用程序,, 输入 '黑客' 搜索目标字符串项,然后将值更改为您喜欢。例如,在这里我们将其更改为应用程序数据黑客 '(3) 点击保存按钮在右上角。过了一会儿,我们将告诉改性的 apk 是在某个地方。(4) Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed)Example 2: Change Background Image(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Resource' tab after editable resource shown, and then enter 'drawable' folder by clicking at the item. Click 'hacker_bg.jpg' and it will prompt us a page to select an image to replace it. Just select the image you've prepared. (the format MUST be the same, in this case, it must be a jpg file)(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.Example 3: Remove Ad(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Resource' tab after editable resource shown, and then enter 'layout' folder by clicking at the item. Click 'activity_main.xml' and it will show the content of activity_main.xml. Click 'Edit' and scroll to the last line, change layout_height="wrap_content"to:layout_height="0dip"And click 'Save' button in the bottom to save the modification.(Please note this just make the ad on main page invisible, but it's similiar for other pages)(3) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.Example 4: Make an App can Move to SD Card(ONLY available in pro version, try my another app "Apps Movable" if you don't have pro version)(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Manifest' tab, and then click at the line of manifest (Generally should be line 2)(3) Click at '+' icon to add a key and value (android:installLocation="auto", refer to the following graph), and then click 'OK'; when return to previous dialog, click 'Save'(4) Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.Example 5: Remove Unwanted Permissions(ONLY available in pro version, here we will demostrate how to remove internet permission)(1) Select target app by clicking 'Select Apk from App' and then selecting 'Hack App Data'(2) Click 'Manifest' tab, and then click at the lines of uses-permission (Should be line 4-6). Find out the line which contains the name of "android.permission.INTERNET".(3) Long click at the line, it will prompt a dialog like:(4) Click at 'Delete' menu.(5) Click save button in the upper right corner. After a while, we w
正在翻譯中..