Android Studio CordovaRun无法使用设备运行

时间:2018-07-10 07:42:12

标签: android cordova xiaomi

我正在使用带有Cordova的Android Studio开发一个简单的应用程序。但是当我跑步时,我遇到了这个错误:

(node:9856) UnhandledPromiseRejectionWarning: CordovaError: Failed to execute shell command "input,keyevent,82"" on device: Error: C:\Users\USER\AppData\Local\Android\sdk\platform-tools\adb.exe: Command failed with exit code 4294967177
    at D:\sandbox\platforms\android\cordova\lib\Adb.js:88:25
    at _rejected (D:\sandbox\platforms\android\cordova\node_modules\q\q.js:864:24)
    at D:\sandbox\platforms\android\cordova\node_modules\q\q.js:890:30
    at Promise.when (D:\sandbox\platforms\android\cordova\node_modules\q\q.js:1142:31)
    at Promise.promise.promiseDispatch (D:\sandbox\platforms\android\cordova\node_modules\q\q.js:808:41)
    at D:\sandbox\platforms\android\cordova\node_modules\q\q.js:624:44
    at runSingle (D:\sandbox\platforms\android\cordova\node_modules\q\q.js:137:13)
    at flush (D:\sandbox\platforms\android\cordova\node_modules\q\q.js:125:13)
    at _combinedTickCallback (internal/process/next_tick.js:131:7)
    at process._tickCallback (internal/process/next_tick.js:180:9)
(node:9856) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:9856) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

我的设备是Redmi 4A,并且已经通过USB启用了USB调试和安装功能。

1 个答案:

答案 0 :(得分:2)

启用:

  1. USB调试
  2. 通过USB安装
  3. USB调试(安全设置) <-这很重要