what if vendetta for wasteof.mobile

comments (single view)

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

View all comments