APK Name Extractor
A small desktop utility for batch decompiling APK files, extracting multilingual app_name values, and exporting them to CSV.
Included in this release
- Batch scan and unpack
.apkfiles - Extract
app_namefrom multipleres/values*/strings.xmldirectories - Export raw language columns to CSV
- Add
preferred_chinese_nameandpreferred_display_namefor easier spreadsheet use - Bundle
apktool_3.0.1.jar - Basic macOS app packaging config with PyInstaller
Language coverage
Current extraction targets:
valuesvalues-zhvalues-zh-rCNvalues-zh-rTWvalues-zh-rHKvalues-b+zh+Hansvalues-b+zh+Hant
Notes
- This project uses Apktool for APK decompilation.
- If you use the bundled
jar, Java is still required at runtime. - A real test batch of APK files has already been run successfully against the current implementation.
Repository
- Source: https://github.com/mzq9518/apk-name-extractor
- Apktool releases: https://github.com/iBotPeaches/Apktool/releases