前一段时间我试图让科尔多瓦工作,但android模拟器永远不会启动。它只是挂着一个黑色的屏幕。如何从mac完全删除android及其所有文件?
我原来是用brew install android-sdk安装的。
然后我读了一个糟糕的地方。所以我已经删除它并安装了Android Studio。
无论哪种方式,我永远不能让模拟器来调出一个应用程序。
我试图通过从应用程序中拖拽垃圾来删除android studio,但它似乎留下了一些文件。
我刚刚尝试运行流星,它具有运行/安装android sdk的内置命令,但是,当我运行应用程序时,它只是崩溃了。
$ meteor run android
Starting android emulator
[[[[[ ~/projects/simple-todos ]]]]]
=> Started proxy.
=> Started MongoDB.
Unexpected exit code 1 from /Users/username/.meteor/android_bundle/android-sdk/tools/emulator [ '-avd', 'meteor' ]
stdout:
emulator: Failed to sync vcpu reg
emulator: Failed to sync HAX vcpu context
stderr:
HAX is working and emulator runs in fast virt mode
我不知道。我只需要重新开始我猜。 iOS工作正常。
下面是Android Studio中的截图,当我尝试运行模拟器:
2015-03-25
chovy