what if vendetta for wasteof.mobile

comments (single view)

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?

Ok so to do that you need to run the app server and the Gradle compiler separately. So to do that you run `npm run start` instead of `npm run android`. Then you open the wasteof for Android repo in Android Studio and run it from there.

okay, i’ll try that

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