Skip to content

v0.1.0 - Initial public release

Latest

Choose a tag to compare

@mzq9518 mzq9518 released this 27 Mar 06:11
· 8 commits to main since this release

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 .apk files
  • Extract app_name from multiple res/values*/strings.xml directories
  • Export raw language columns to CSV
  • Add preferred_chinese_name and preferred_display_name for easier spreadsheet use
  • Bundle apktool_3.0.1.jar
  • Basic macOS app packaging config with PyInstaller

Language coverage

Current extraction targets:

  • values
  • values-zh
  • values-zh-rCN
  • values-zh-rTW
  • values-zh-rHK
  • values-b+zh+Hans
  • values-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