react-native run-android Building Error ':app:generateDebugBuildConfig'

前端 未结 5 1508
天命终不由人
天命终不由人 2021-01-01 15:55

I am having a problem to build a new project. I am using React-Native and Android Emulator (AVD) but when I use the command react-native run-android I get the f

5条回答
  •  既然无缘
    2021-01-01 16:32

    cd android //Navigate into the android folder from the root directory

    gradlew clean // Run this

提交回复
热议问题