离子:Android模拟器错误

时间:2017-11-04 18:37:56

标签: android cordova ionic-framework ionic3 cordova-3

我正在尝试使用Android Studio v3.0附带的Android Emulator测试我的Ionic(3.16.0)混合应用程序。 /myapp> ionic cordova build android成功创建了构建版本。但是,当我运行/myapp> ionic cordova emulate android模拟器启动并加载屏幕时,我无法在模拟器中找到我的应用程序。终端日志中的堆栈跟踪如下所示:

Waiting for emulator to start...

emulator: Requested console port 5584: Inferring adb port 5585.
Hax is enabled
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
emulator:
Listening for console connections on port: 5584
emulator: Serial number of this emulator (for ADB): emulator-5584
Error: Failed to execute shell command "getprop,dev.bootcomplete"" on device: Error: C:\Users\ilourdus\AppData\Local\Android\Sd
k\platform-tools\adb.exe: Command failed with exit code 1 Error output:
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

我已经运行adb服务器并且将平台工具路径添加到系统PATH中。我是Cordova 6.5.0。

我可以获得一些关于上述日志中的错误以及如何在模拟器中调出我的应用程序的帮助吗?

1 个答案:

答案 0 :(得分:3)

我将CPU / ABI图像从“Google Play ...(x86)”更改为“Google API ...(x86)”后,此问题得以解决