Command failed: gradlew.bat installDebug

前端 未结 8 2216
太阳男子
太阳男子 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:26

    open your 'settings.grandler' file in the android folder

    change the '\' to '/'

    save the file

    run the command 'react-native run-android

提交回复
热议问题