I wanna ask how to edit apk files and how to view source script inside with android aplications | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

I wanna ask how to edit apk files and how to view source script inside with android aplications

16th Feb 2017, 5:21 AM
Khairil Musthafa
Khairil Musthafa - avatar
4 Antworten
+ 4
it is very hard, because .apk files are compiled so you can't just simply change something like for example in the browser console however it is possible to decompile -> change something -> compile again but you won't be able to change everything what you could do is: change icons/images change the library's if your a pro (but then you wouldn't probably ask) you could attempt to read the source code in java format there are various apps out which will help you with this task, however I won't provide any links, you can google it yourself😉
16th Feb 2017, 6:21 AM
Kamil
Kamil - avatar
+ 3
There's an app named 'Show Java' in Google Play Store. It can be used to retrieve both XML and Java code of an Android app.
16th Feb 2017, 11:07 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
0
What you want to do is called reverse engineering and you can use tools like apktool and dex2jar to extract the sources from apk. This link gives full step by step description to do so. http://stackoverflow.com/a/6081365 Note :- There are limitations to reverse engineering. I don't know the exact limitations but probably you cannot use any of the copyrighted code in other commercial applications or something.
16th Feb 2017, 6:20 AM
Varun Moghe
Varun Moghe - avatar
0
search for a decompiler online you have pretty much
16th Feb 2017, 8:25 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar