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
4 Antworten
0
yes!!!
0
@oleg how?
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.
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 :)