How do I view the source code of moble phone application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I view the source code of moble phone application?

How do I view the source code of moble phone application?

6th Sep 2017, 5:01 AM
bong4477
bong4477 - avatar
3 Answers
+ 3
Application for android are moste likely written in java language. This code is compiled into bytecode which is interpreted by dalvik java mashine.If you want to look at the java source code,you will need to decompile the bytecode back into pure java using JAD for example or another decompiling tool.
6th Sep 2017, 5:12 AM
Highman
Highman - avatar
+ 3
you need to decompile the .apk a useful link : http://www.javadecompilers.com/apk
6th Sep 2017, 7:01 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
0
search in Google play store : java decompiler
6th Sep 2017, 6:41 AM
Haris
Haris - avatar