Is there any way you can read the strings.xml
file from an apk file
?
I am not interested in libs or classes/code file just the strings defined in strings.xml
xml file can be located in destination_path/res/values/ folder.
In the Project > Android panel on the left, select ModuleName > res > values. Double-click strings. xml to open it for editing.
String. xml file contains all the strings which will be used frequently in Android project. String. xml file present in the values folder which is sub folder of res folder in project structure.In Android Studio, we have many Views such as TextView,Button,EditText,CheckBox,RadioButton etc.
Yes you can extract all the Resource files using apktool
Steps -
1.) Download files from above links and extract them in a folder. 2.) Open cmd -> run 3.) Run command as apktool.bat d source.apk destination_path
OR
1.) Put apktool.jar and test.apk in same folder 2.) Go to the jar and .apk path by command line 3.) And fire the command java -jar apktool.jar d test.apk 4.) It will generate a folder with the name "test" in the same folder.
Download android-apktool (download dependencies also if required), extract all in the same directory and run apktool d application.apk
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With