简体   繁体   中英

How to obtain strings.xml files for different languages from an apk file (Android 8)

I'm using apktool (and other tools) with an android apk file, to try to find the strings.xml files used for different languages (inside values-** directories). However, I can't find any languages directories (eg values-fr), and I know the app supports different languages. I'm using a phone with Android 8. When I use a phone with Android 4, I do find the values-** directories.

I get strings from apk via Android studio: Build -> Analyze APK -> select APK -> click on resources.arsc -> string . From table with strings you can copy to excel.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM