adt download

http://my.oschina.net/roaminlove/blog/40384

http://dl.google.com/android/ADT-xx.x.x.zip

玩一下android的gradle编译,结果总是提示没有com.android.support:xxx,打开repos.maven.org一看果然没有,原来需要在android sdk/extra中下载android support REPOSITORY。

aapt: error while loading shared libraries: libz.so.1

apt-get install ia32-libs
"Android SDK is compiled for a 32-bit GNU/Linux system, and your system is a 64-bit system. To solve this error, install the 32-bit versions of all the most commonly used libraries, by installing the ia32-libs package

http://stackoverflow.com/questions/17020298/android-sdks-build-tools-17-0-0-aapt-error-while-loading-shared-libraries-libz

原文地址:https://www.cnblogs.com/jvava/p/3873091.html