Skip to content

Instantly share code, notes, and snippets.

@foundkey
Created January 28, 2019 06:40
Show Gist options
  • Save foundkey/a54849f42a34e738c1082169e344b686 to your computer and use it in GitHub Desktop.
Save foundkey/a54849f42a34e738c1082169e344b686 to your computer and use it in GitHub Desktop.
@echo off
set ToolDir="D:\Android\Sdk\build-tools\27.0.3"
set path=%ToolDir%;%path%
chcp 65001
set /p APK="Input apk full path:"
aapt dump badging %APK%
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment