meteor app failing when i run "meteor run android" -


my app failing when run "meteor run android". running meteor on fedora 23. think issue emulator because when reaches point of calling emulator, thats when fails. below terminal gives:

[root@localhost first-app]# meteor run android [[[[[ /home/karakireronald/meteor-projects/first-app ]]]]]  => started proxy.                              => started mongodb.                            => errors executing cordova commands:                                                  while running cordova app platform android options --emulator:    error: command failed:                         /home/karakireronald/meteor-projects/first-app/.meteor/local/cordova-build/platforms/android/cordova/run    --emulator    { [error: adb: command failed exit code 126 error output:    /root/android/sdk/platform-tools/adb: /root/android/sdk/platform-tools/adb:    cannot execute binary file] code: 126 } 'error: adb: command failed    exit code 126 error output:\n/root/android/sdk/platform-tools/adb:    /root/android/sdk/platform-tools/adb: cannot execute binary file\n    @    childprocess.whendone    (/home/karakireronald/meteor-projects/first-app/.meteor/local/cordova-build/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:169:23)\n    @ emittwo (events.js:87:13)\n    @ childprocess.emit    (events.js:172:7)\n    @ maybeclose (internal/child_process.js:829:16)\n    @ process.childprocess._handle.onexit    (internal/child_process.js:211:5)'    @ childprocess.exitcallback (/tools/utils/processes.js:151:23)    @ emittwo (events.js:87:13)    @ childprocess.emit (events.js:172:7)    @ process.childprocess._handle.onexit (internal/child_process.js:200:12)  /root/.meteor/packages/less/.2.6.5.1m3fc8s++os+web.browser+web.cordova/plugin.compilelessbatch.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:165       throw error;       ^ exitwithcode:1 


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -