Can i modify an apk file using android studio ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can i modify an apk file using android studio ?

26th Apr 2017, 9:48 AM
Erga
Erga - avatar
3 Answers
+ 4
maybe..(if its open sourced, then yes)
26th Apr 2017, 9:53 AM
Meharban Singh
Meharban Singh - avatar
0
Try using application that will fetch the entire source code of the apk you are about to be modified.For eg Show Java app for Android will give you the entire source code of an Android app if it's open source .Then you can upload those files in your Android studio .Do what you want to modify in those files from Android studio itself.
26th Apr 2017, 9:59 AM
Nantha
Nantha - avatar
0
to modify an app you have access to it's source. and modifications are made with respect to your need. if you want to add/remove ads or anything similar to this then you have to modify Manifest.Xml, if you want to change dependencies, modify gradle file. Note: Modifications in An App without proper permission is an illegal act and unlawful . so please use this information as Educational purpose only.
18th Jan 2018, 6:22 AM
NILESH SINGH DAHIYA
NILESH SINGH DAHIYA - avatar