LoginSignup
1
0

More than 3 years have passed since last update.

React NativeのAndroidビルドでエラーが文字化けする場合(Windows環境)

Last updated at Posted at 2021-02-03

Windows環境で
react-native run-android でエラーメッセージが文字化けする場合は、環境変数で以下を追加すると治る。

変数:JAVA_TOOL_OPTIONS 値:-Dfile.encoding=UTF8

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0