what if vendetta for wasteof.mobile

comments (single view)

Honestly not quite sure just because there's no existing architecture in place to do support that. However the code is open source and you're welcome to try!

oh wait i remember why i haven’t contributed to wasteof.mobile yet - the app won’t install in the emulator for some reason

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

See more replies
View all comments