search

Home  >  Q&A  >  body text

react-native run-android时出错

github上的项目,clone下npm install后执行react-native run-android出现如图错误T^T
求解决办法??

天蓬老师天蓬老师2772 days ago425

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-18 09:08:56

    The dependency package of the project is not loaded
    Execute the gradlecommand

    ./gradlew build (mac)
    
    gradlew build (windows)

    This command will check dependencies, compile and package them

    reply
    0
  • Cancelreply