Command failed: gradlew.bat installDebug

前端 未结 8 2219
太阳男子
太阳男子 2020-12-11 06:50

While developing an app I came into following error. I tried downgrading the java version from 11 to 8, but that wasn\'t helpful.

FAILURE: Build failed with          


        
8条回答
  •  一生所求
    2020-12-11 07:48

    I had this issue too and I was able to fix it by creating a new project in react-native 0.57.3 using the command: react-native init --version="0.57.3" MyNewApp

提交回复
热议问题