Finished with error: Gradle task assembleDebug failed with exit code 1

前端 未结 16 2144
执笔经年
执笔经年 2020-12-10 06:33
Launching lib\\main.dart on HTC One M9PLUS in debug mode... Initializing gradle... Resolving dependencies... Gradle task \'assembleDebug\'... registerResGeneratingTa         


        
16条回答
  •  青春惊慌失措
    2020-12-10 07:01

    I face this problem because I forgot to add flutter to my environment variable, so make sure that you add

    C:\src\flutter

    to the environment variable.

提交回复
热议问题