get_apk_id
Extracts an APK's package name and converts dots to underscores to generate a compliant game ID for AUL mobile uploads.
Instructions
解析 APK 文件的包名(package name),并将包名中的点号 '.' 替换为下划线 '_',生成符合 AUL 规则的游戏 ID。用于移动端(library=mobile)游戏上传前的 ID 自动生成。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apk_path | Yes | 本地 APK 文件的绝对路径 |