Top "Aapt" questions

Android Asset Packaging Tool is the resource compiler for Android apps.

adb shell command to check the apk is debug or release signed?

How to check if apk is debug or release signed? Is there any direct adb command to verify apk signature? …

android adb aapt dumpsys
Documentation for aapt element in Ant script

I'm working on some Ant scripts for an Android build system and have come across an element to call aapt. …

android ant build aapt
ERROR: Unknown option '--no-crunch' - AAPT error

I have downloaded latest revision (r14) yesterday. but getting this error while running any application ERROR: Unknown option '--no-crunch' Please …

android aapt
Changing application package name in custom Ant build step

I'm trying to use a custom build to repackage my Android app. I want to create an internal beta version …

android apk aapt
How to solve Android Libraries custom attributes and package name remapping during build?

Over time our Android project has expanded a great deal, and these days we are creating multiple branded APKs from …

android custom-attributes aapt android-build
android build splash.9.png error

I have a build fail due to the following error [aapt] res/drawable-xhdpi/splash.png:0: error: Resource entry splash is …

android splash-screen aapt
aapt not found when building new Android app in NetBeans

I just installed NetBeans and the Android SDK following the instructions here. I am running Ubuntu 9.10 (Karmic). NetBeans is 6.7.1. The …

android netbeans file-not-found aapt
My Commandline shell does not support aapt command

i am working on andriod development and trying to get the list of activities supported by an APK. Most of …

android android-intent adb aapt