ubuntu 搭建android开发环境

搭建android开发环境:

首先下载SDK

http://developer.android.com/sdk/index.html

0、Android SDK Manager更新

http://www.oicto.com/android-sdk-manager-update/

1、error while loading shared libraries: libstdc++.so.6

http://stackoverflow.com/questions/11471722/libstdc-so-6-cannot-open-shared-object-file-no-such-file-or-directory

2、编译的时候报错:error while loading shared libraries libstdc++.so.6

sudo apt-get install lib32z1

3、adb配置环境变量

http://my.oschina.net/lifj/blog/77444

4、执行adb shell的时候报错:"error: insufficient permissions for device" 

http://blog.chinaunix.net/uid-20809581-id-3142444.html

猜你喜欢

转载自cavajtennis.iteye.com/blog/2103660