码迷,mamicode.com
首页 > 移动开发 > 详细

meteor安装Android运行环境的一系列问题

时间:2015-03-18 12:24:01      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:android   meteor   meteor安装   

meteor安装Android运行环境的一系列问题


命令1:meteor install-sdk android


  • 问题1
Installing Android Build Tools                

events.js:72
        throw er; // Unhandled ‘error‘ event
              ^
Error: read ECONNRESET
    at errnoException (net.js:904:11)
    at Pipe.onread (net.js:558:19)

解决方案

修改hosts文件,【点击这里】

  • 问题2
32-bit libraries not found
? Android emulator acceleration is not installed
  (The Android emulator will be very slow without acceleration)
Platform requirements not yet met             
Please follow the instructions here:          
https://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-on-Linux#libs32

解决方案

sudo apt-get update
sudo apt-get install –yes lib32z1 lib32stdc++6

  • 问题3
? Android emulator acceleration is not installed
  (The Android emulator will be very slow without acceleration)
Platform requirements not yet met             
Please follow the instructions here:          
https://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-on-Linux#haxm

解决方案

安装kvm虚拟化技术【点击这里】


命令2:meteor add-platform android


meteor安装Android运行环境的一系列问题

标签:android   meteor   meteor安装   

原文地址:http://blog.csdn.net/yy1300326388/article/details/44353163

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!