I would like to recompile android aapt for the debian amd64 platform . We may have git source code , but I don’t understand how to compile it. There is a simili makefile (Android.mk) which does not seem to be complete and depends on others.
There is a Makefile in build.git / core . Do I need to recompile all the Android source code only aapt? I would prefer to just recompile this tool, but if I need to compile the full sdk, tell me. Any help would be appreciated.
thank
. , , : - android, . build/envsetup.sh
. build/envsetup.sh
$lunch full-eng
$make
, . , sdk, sdk, , , amd64 ', - linux32, , , - , win32\win64\mac\linux64, win32\mac .
: https://code.google.com/p/java-ide-droid/source/checkout
aapt, ( android) : http://java-ide-droid.googlecode.com/svn/trunk/jni/aapt/
README.