我可以使用Meteor为没有KVM的Android开发吗?

我可以使用Meteor为没有KVM的Android开发吗?,android,meteor,kvm,Android,Meteor,Kvm,全部。当我为meteor安装android sdk时,我收到了一个投诉,说我没有启用kvm(第一句话)。当我检查我的cpu是否支持kvm时,我被告知否(第二个引号)。我只是被卡住了吗?我必须买一台新的笔记本电脑,还是忘了在android上使用meteor?你好,瑞克 > rick@rick-Inspiron-1750:~/work/141202/simple-todos$ meteor install-sdk > android✓ Found Android bundle >

全部。当我为meteor安装android sdk时,我收到了一个投诉,说我没有启用kvm(第一句话)。当我检查我的cpu是否支持kvm时,我被告知否(第二个引号)。我只是被卡住了吗?我必须买一台新的笔记本电脑,还是忘了在android上使用meteor?你好,瑞克

> rick@rick-Inspiron-1750:~/work/141202/simple-todos$ meteor install-sdk
> android✓ Found Android bundle
>      :      :  Creating android virtual device (AVD): meteor  ✓ 'meteor' android virtual device (AVD) created ✗ 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
> 
> 
> rick@rick-Inspiron-1750:~/work/141202/simple-todos$ sudo
> /usr/sbin/kvm-ok INFO: Your CPU does not support KVM extensions KVM
> acceleration can NOT be used
> rick@rick-Inspiron-1750:~/work/141202/simple-todos$

如果没有加速,Android仿真器将非常慢
这是没有HAXM的唯一缺点。。。您可以始终使用真实设备进行调试谢谢@Selvin。对于下一个有同样问题的人:我跳到前面,试着运行模拟器。这确实需要几分钟的时间,让它看起来像一部android手机。但它确实有效。我从未见过我的应用程序。该应用程序可从ricks_app.meteor.com获得,与以往一样,但从未出现在模拟手机上。我应该期待它在电话里出现吗?一旦模拟手机启动,我还有什么其他的步骤吗?你可以等一段时间。它将自动启动。否则你可以在android模拟器中按下最近的应用程序按钮(右边的那个)。