0

how can i edit the source code of some android apps from my android phone?

i want to fix some errors and change somethings to make it better

25th Mar 2017, 8:02 PM
Mouhammed Nashat Helmi
4 Answers
0
yes!!!
25th Mar 2017, 8:17 PM
oleg
0
@oleg how?
25th Mar 2017, 8:29 PM
Mouhammed Nashat Helmi
0
That would be illegal because you'll have to decompile the apps using a Java decompiler and this is disallowed against the author copyrights. Other issues are that you need a signing certificate to repackage the apk and this certificate must match the original, which only the original author will have. Android apps have built in security to ensure that the code and signing certificate have not been modified. Otherwise the app wouldn't install anyway.
26th Mar 2017, 1:46 PM
Hassie
Hassie - avatar
0
download eclipse then the android sdk and emulator from google get a decompiler btw DISTRIBUTING Source Code is illegal HOWEVER REVERSE ENGINEERING source code is perfectly legal keep this in mind as you proceed happy coding :)
26th Mar 2017, 9:09 PM
Logan New
Logan New - avatar