Skip to content Skip to sidebar Skip to footer

Aapt Tool Chokes On A Brand New Android Project

This behavior has been reproduced on both a command-line and an eclipse new project. I have not touched a thing. aapt p -M AndroidManifest.xml -S res -v Locale/Vendor pairs: /

Solution 1:

You are not including the Android framework resources. Use the -I option with the path of where to find the framework resources .apk.

Solution 2:

I got this error, too. My solution was to fill in the full path AND the name of the android jar in the required field or variable. If aapk can't find it this is the error message it reports.

Post a Comment for "Aapt Tool Chokes On A Brand New Android Project"