what if vendetta for wasteof.mobile

comments (single view)

Can you give me more info? I'd love to help you get it running. What's the specific error?

there isn't an error with a stack trace or anything like that, it just says something like “error: failed to install to device” and to run with the --verbose flag, but if i do so, no extra information is printed. is the error in a log file, or something?

How are you calling the verbose flag? And what command are you using to run the app? Also, are you starting the emulator before running the app?

  1. npm run android --verbose (i know this does at least something)

  2. see above

  3. no, the emulator starts up, then the app is attempted to be installed on it, all from running the first command

Ok - does the emulator close after the command fails or does it stay open? Also, if wasteof for Android or an older version of wasteof.mobile is already installed in the emulator, install it before running the command. The verbose flag isn't doing anything because it has to be passed to Gradle (the Android build tool) instead of NPM.

it stays open

yeah, i’ve never been able to get this to work, so no, nothing is installed.

how do i pass an argument to gradle if i’m using npm to run the program?

See more replies

In order to run the Gradle build and install with more information, you have to open wasteof for Android's repository in Android Studio and run it from there. If you still can't get it from here, let me know and I'll do my best to help you keep troubleshooting.

View all comments