エラー内容
ウィンドウ(Windows)にreact nativeの開発環境を構築する方法の記事を参考にWindows10にてReact Nativeの環境構築をしています
必要なものをインストールし、Android Studioのパスを追加し、エミュレータを起動した後、管理者権限でpowershellにて以下のコマンドを実行したらエミュレータが強制終了し以下のエラーが発生しました
npm run android
> SampleApp@0.0.1 android > react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 967 file(s) to forward-jetify. Using 4 workers... info Starting JS server... info Installing the app... [0.113s][warning][gc] Failed to reserve memory for new overflow mark stack with 4096 chunks and size 33554432B. Error occurred during initialization of VM Failed to allocate initial concurrent mark overflow mark stack. error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 npm ERR! code 1 npm ERR! path C:\WINDOWS\system32\SampleApp npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c react-native run-android npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\cs17090\AppData\Local\npm-cache\_logs\2021-02-19T15_28_01_842Z-debug.log
エラーの原因がわからないので分かる方いらっしゃいましたら教えてくださると助かります
あなたの回答
tips
プレビュー