During installing android studio in centos the Unable to run mksdcard SDK tool. error occure. I try to find out the solution on net but unable to install

在centos安装android studio时,无法运行mksdcard SDK工具。错误发生血。我试图在网上找到解决方案,但无法安装。

yum install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

and the error is no package available.Also i have updated the yum. So please if there is any solution for it.

错误是没有可用的包。我还更新了yum。所以,如果有任何解决方案的话。

3 个解决方案

#1


3

The below commands helps for me on centos-7
For lib32stdc++6

下面的命令帮助我在centos-7上为lib32stdc++6提供帮助。

sudo yum install libstdc++*

For lib32z1

对于lib32z1

sudo yum install zlib*

For 32 bit system compiling sudo yum install zlib.i686

对于32位系统编译sudo yum安装zlib.i686。

For lib32ncurses5

对于lib32ncurses5

sudo yum install libncurses*

更多相关文章

  1. 转:Android Studio Error:Connection timed out: connect.解决方
  2. android.os.NetworkOnMainThreadException的解决方案
  3. ViewPager中的错误片段接收onContextItemSelected调用
  4. 错误”. lang。当使用带有ViewPager的选项卡时,IllegalStateExcep
  5. Java Android套接字连接。错误的IP地址导致应用程序停止响应
  6. 空对象引用错误:使用SQLite的Android Studio
  7. Android极光推送jPush混淆解决方案终极篇
  8. 【Android开发学习39】VideoView在GLSurfaceView之上显示的解决
  9. Android 3.2 以上转屏,切换屏幕,横竖屏(onConfigurationChanged)会

随机推荐

  1. android cts 认证测试
  2. Android开机自启动设置
  3. Android上层启动过程的几个关键点
  4. 生成android自签名证书流程
  5. Android(安卓)Log 日志系统
  6. Android HttpURLConnection应用技巧分享
  7. Android属性动画之ObjectAnimator
  8. Android(安卓)左右布局
  9. ANT编译Android Eclipse工程
  10. android 跑马灯效果及相关