Skip to content

Instantly share code, notes, and snippets.

@nntsugu
Last active September 8, 2015 01:39
Show Gist options
  • Save nntsugu/7bc298f1cd25ec7d012e to your computer and use it in GitHub Desktop.
Save nntsugu/7bc298f1cd25ec7d012e to your computer and use it in GitHub Desktop.
Android SDK for linuxを64bit環境なCentOSにインストールする時詰まるところ。aaptが動きません編 ref: http://qiita.com/nntsugu@github/items/f739a66e6da18c983bd3
sudo yum update libstdc++ zlib++
sudo yum install libstdc++.i686 zlib++.i686
$ ./aapt
Android Asset Packaging Tool
Usage:
aapt l[ist] [-v] [-a] file.{zip,jar,apk}
List contents of Zip-compatible archive.
aapt d[ump] [--values] [--include-meta-data] WHAT file.{apk} [asset [asset ...]]
(略)
echo $LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/lib:${LD_LIBRARY_PATH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment