-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WearOS app not running on Wear OS Simualtor API 30 #957
Comments
@RiteshJariwala thanks for reporting this issue. What versions were you using of rnv, node?
|
1.0.0-canary.1 ⠏ INFO | Setting display: 0 configuration to: 360x360, dpi: 320x320error Command failed with exit code 1: ./gradlew tasks FAILURE: Build failed with an exception.
BUILD FAILED in 789ms
FAILURE: Build failed with an exception.
BUILD FAILED in 789ms
npx react-native run-android --mode=Debug --no-packager --deviceId=emulator-5554 FAILED with ERROR: Command failed with exit code 1: npx react-native run-android --mode=Debug --no-packager --deviceId=emulator-5554 Error: Command failed with exit code 1: npx react-native run-android --mode=Debug --no-packager --deviceId=emulator-5554 $ rnv run -p androidwear - Done! 🚀 |
It works on 1.0.0-canary.8 |
1.0.0-rc.4 ->
|
1.0.0-rc.8. Can’t reproduce. |
fixed on 1.0.0-rc.10 |
I am trying to build a simple project for the wear os application. When running it on simulator i am getting the following error:
Unable to load script. Make sure you're running Metro (run 'npx react-native start') or that your bundle 'index.androidwear.bundle' is packaged correctly for release.
Anyone can guide me what i am doing wrong here?
I just followed "rnv new" command and created androidwear platform app.
The text was updated successfully, but these errors were encountered: