コマンドreact-native init appNameを使用して、新しいreactネイティブアプリを作成します。アプリが正常に作成された後、react-native run-Androidコマンドを使用してデバイスにインストールすると、正常にインストールされ、正常に動作します...問題ありません
しかし、リアクションナビゲーションとジェスチャーハンドラーをインストールするとすぐに、次のエラーが発生しますコマンドが失敗しました:gradlew.bat installDebugコマンドを実行した後、react-native run-Android何が問題なのかわかりません...古い反応ネイティブプロジェクトは完全に正常に動作しています。
昨日、古いプロジェクトの1つでコマンドgradlew cleanを実行したことを覚えています。これは新しいプロジェクトに影響を与えていますか?
誰かが助けてくれれば本当にありがたいです
これは完全なエラーです
FAILURE: Build failed with an exception.
* Where:
Settings file 'D:\React Native Apps\Practice\newapp\Android\settings.gradle' line: 3
* What went wrong:
Could not compile settings file 'D:\React Native Apps\Practice\newapp\Android\settings.gradle'.
> startup failed:
settings file 'D:\React Native Apps\Practice\newapp\Android\settings.gradle': 3: unexpected char: '\' @ line 3, column 133.
s\react-native-gesture-handler\Android')
^
1 error
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
Command failed: gradlew.bat installDebug
Error: Command failed: gradlew.bat installDebug
at checkExecSyncError (child_process.js:616:11)
at Object.execFileSync (child_process.js:634:13)
at runOnAllDevices (D:\React Native Apps\Practice\newapp\node_modules\react-native\local-cli\runAndroid\runAndroid.js:299:19)
at buildAndRun (D:\React Native Apps\Practice\newapp\node_modules\react-native\local-cli\runAndroid\runAndroid.js:135:12)
at isPackagerRunning.then.result (D:\React Native Apps\Practice\newapp\node_modules\react-native\local-cli\runAndroid\runAndroid.js:65:12)
at process._tickCallback (internal/process/next_tick.js:68:7)
ああ、それは私がRN 0.58リンクコマンドで考えるバグです
=> 'D:\ React Native Apps\Practice\newapp\Android\settings.gradle'からテキストエディターでsettings.gradleを開きます
すべての '\'を '/'に置き換えます。私の場合、 '..\node_modules\react-native-gesture-handler\Android'を '../node_modules/react-native-gesture-handler/Android'に置き換える必要がありました。
その後、反応ネイティブのAndroidを実行します
python 2と最後のバージョンのjdkがすでにインストールされていることを確認してください。そして、Android_HOMEがすでに設定されていることを確認してください。次の構造に従う必要があります。 https://facebook.github.io /react-native/docs/getting-started.html