apk-editor / APK-Explorer-Editor

Source code of APK Explorer & Editor (AEE), an open-source tool to explore the contents of an installed APK!

Home Page:https://apk-editor.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add files inside apk

Golem642 opened this issue · comments

Hello, it would be nice if we could add new files inside the APK instead of only being able to replace them, thank you !

@Golem642
Though it is a simple thing to achieve, it may not be useful unless you know serious coding.

@Golem642
Though it is a simple thing to achieve, it may not be useful unless you know serious coding.

It might. For example : i have my GD APK, and adding sound files in it might make it so i can use them in game. It can be any type of file anyway and even if you know the app's programming language you can modify a file so that it'll execute another file, and then create that other file and add it to the APK

This would be so cool. I'm also trying to import songs to gd and was disappointed after no apk editor could do this :(

@Golem642 Though it is a simple thing to achieve, it may not be useful unless you know serious coding.

I was wondering the same thing. Renaming files folders would also be useful too. However, I did notice that there is a digest verification. Maybe inside of the signing apk part, you could make it update that to match the new files.

(newbie question)
Would this mean (if implemented) I can install TTF fonts into the system by piggybacking them on an apk?