React Native: JAVA_HOME is not set and no 'java' command could be found in your PATH

前端 未结 9 2179
清歌不尽
清歌不尽 2020-12-23 16:44

I\'ve followed step by step the official Getting Started. I started from a clean linux install and installed everything required as per the \"Building Projects with Native C

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 16:53

    Please add the JAVA_HOME in the System variable no in the user variable

    1. Create the Variable name as JAVA_HOME
    2. Please use these format in the value box --> C:\Program Files\Java\jdk(version) what you have or downloaded.

提交回复
热议问题