Ionic:我可以打开模拟器,但是无法在其上启动我的应用程序

时间:2019-06-28 08:04:45

标签: ionic-framework ionic3

当我运行“ ionic cordova run android”时,模拟器会打开,但我的应用程序项目不会打开。而且有错误说代码1退出了。

我已经设置了ANDROID_HOME和JAVA_HOME。

请帮助。

以下是我得到的:

未找到硬件保护设备,正在尝试仿真器... 错误:命令失败:C:\ Users \ LLH \ AppData \ Local \ Android \ Sdk \ platform-tools \ adb -s emulator-5554 shell getprop

at ChildProcess.exithandler (child_process.js:294:12)
at ChildProcess.emit (events.js:189:13)
at maybeClose (internal/child_process.js:970:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)

[ERROR]运行子流程本机运行时发生错误。

    native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app-d... exited with exit code 1.

    Re-running this command with the --verbose flag may provide more information.

这是我的离子信息:

离子:

   Ionic CLI          : 5.1.0 (C:\Users\LLH\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.5
   @ionic/app-scripts : 3.2.2

科尔多瓦:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 8.0.0
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.0, (and 6 other plugins)

实用程序:

   cordova-res : not installed
   native-run  : 0.2.6

系统:

   Android SDK Tools : 26.1.1 (C:\Users\LLH\AppData\Local\Android\Sdk)
   NodeJS            : v10.15.3 (C:\Program Files\nodejs\node.exe)
   npm               : 6.4.1
   OS                : Windows 10

0 个答案:

没有答案