http://elinux.org/Android_aapt
In the SDK, aapt is found in the $ANDROID_HOME/platforms/$SDK/tools/ directory of the SDK (where $SDK is the name of some Android version, like android-2.1).
In the Android open source build environment, aapt is found in $ANDROID_BUILD_HOME/out/host/linux-x86/bin
원래 SDK tools 에 aapt.exe 가 있습니다.
디컴없이 어플 정보를 확인할 수 있지요.
마켓 무료 어플 AIDE 에서 뽑아냈는데 제 폰에서는 정상 구동하네요 ^^*
system/bin 에 퍼미션 777 넣었습니다.
링크 보시면 아주 많은 옵션들이... 개인적으로는 어쩌면
aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml]
[-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile]
[--min-sdk-version VAL] [--target-sdk-version VAL]
[--max-sdk-version VAL] [--app-version VAL]
안드로이드 최소 실행 버전 조절을 아주 쉽게 조절해볼 수도 있지 않을까하는 예상을 해봅니다.
(확인은 안해봤습니다.)