Closed j-miyake closed 4 years ago
The error is similar to https://github.com/facebook/react-native/issues/19239#issuecomment-393822322 Can you please try the suggestions in the comment?
Thanks, Qian
@shaqian Wow, that solved my problem! Thanks a lot! I found a little bit more sophisticated solution by another one. I hope it helps someone who has the same problem. https://stackoverflow.com/a/53301978/1369228
I'm trying to build the example app in this repo. When I run
react-native run-android
without any options, the app successfully runs on the Android emulator, but it fails with--deviceId
option to run it on a real Android device. Is there any solution?Here is the log.
My environment
Thanks.