zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    蓝牙遐想
    BT stack浅入了解
    集合(set)
    字典练习
    数据类型--字典
    数据类型--元组
    字符串
    深浅copy
    python---list
    三种Div高度自适应的方法
  • 原文地址:https://www.cnblogs.com/jvava/p/3873091.html
Copyright © 2011-2022 走看看