`
webdev2014
  • 浏览: 670279 次
文章分类
社区版块
存档分类
最新评论

Ubuntu 12.04.3 64位 安装android sdk完成后 adb 无效 解决方法

 
阅读更多

在Ubuntu中安装android sdk完成后,如果在终端中输入adb提示No such file or directory,是因为在64位的ubuntu中没有Android要用到的32位的lib,可以通过下载getlibs工具得到相关的32位库,由于是64位的ubuntu,不安装32位库,会导致无法创建android模拟器。


安装方法:

在终端中输入:sudo apt-get install ia32-libs,可能会安装失败,用sudo apt-get update更新一遍,然后再重试几次。


安装好后,在platforms/android-1.6/tools目录下运行:getlibs aapt,然后会安装相应库的32位包程序,完成后就ok了。
分享到:
评论

相关推荐

    adb工具免安装AndroidSDK版

    不用安装AndroidSDK,直接在Windows系统cmd使用

    android adb 配置文件 ubuntu环境

    android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb ...

    ubuntu 12.04 64位安装adb、fastboot

    使用ubuntu 12.04 64位环境安装 adb fastboot,.de文件即可使用。 将android设备连接至电脑,通过lsusb查看usb设备,如下红色部分对应的就是android设备。 重启adb服务,adb devices有设备说明adb安装成功 $adb kill-...

    adb Android SDK Platform-Tools 23

    Android SDK Platform-Tools 23下的adb.exe工具亲测可用, 谢谢支持。

    Android8.1 替换本地adb

    下载 sdk:http://developer.android.com/sdk/index.html 选择 linux 64 位版本 adt-bundle-linux-x86_64-20130729/sdk/platform-tools/adb 2、 安装 adb $ mkdir -p ~/bin $cp adt-bundle-linux-x86_64-20130729/sdk...

    adb.exe(android sdk工具) for win7/win8/win10

    adb.exeAndroid Debug Bridge即ABD,通过它可以直接管理安卓手机, 压缩包内附: adb.exe AdbWinApi.dll AdbWinUsbApi.dll 把其中的: adb.exe,AdbWinApi.dll,AdbWinUsbApi.dll三个文件copy到: C:\Windows\System...

    ubuntu adb version 1.0.39

    ubuntu 平台下adb 和fastboot 版本更新,adb版本更新到 1.0.39. 资源直接从sdk源码中下载得到; 具体配置方法是: unzip \platform-tools-latest-linux.zip sudo cp platform-tools/adb /usr/bin/adb sudo cp ...

    Android Sdk adb.exe

    Android Studio,启动模拟器或连接设备时遇到类似db server version (31) doesn't match this client (39) 这个问题时,可以尝试将 android-sdk目录下platform-tools中的adb.exe等相关的三个文件替换下,重新启动...

    Android Sdk Platform-tools 28最新版本

    Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace. These tools are required for Android app...

    Android sdk tools adb 1.0.31

    解决 adb server version (31) doesn't match this client (39); killing... adb 命令不能连接手机问题。

    Android SDK开发包国内官网下载地址.pdf

    不知道是因为最近kaihui还是怎么的,打开android sdk官方网站特别的慢,想下载最新版本的platform几乎变成不可能完成的任务,不知道为什么Google不像Apache那样在各国设立镜像站。为了预防今后再出现这样的情况,...

    2019最新adb,5月分之前最新,androidSDK目录提取

    使用方法:下载后解压,把解压后的目录配置到环境变量里边。 例如解压后的adb.exe所在的目录是D:/adbtools/adb.exe ;把D:/adbtools路径配置到环境变量即可,环境变量配置自行百度。

    Android onKeyDown监听返回键无效的解决办法

    主要介绍了 Android onKeyDown监听返回键无效的解决办法的相关资料,需要的朋友可以参考下

Global site tag (gtag.js) - Google Analytics