Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 颤振应用程序:创建应用程序中出现问题_Android_Android Studio_Flutter_Visual Studio Code - Fatal编程技术网

Android 颤振应用程序:创建应用程序中出现问题

Android 颤振应用程序:创建应用程序中出现问题,android,android-studio,flutter,visual-studio-code,Android,Android Studio,Flutter,Visual Studio Code,我已经安装了windows 10 64位、Android studio和Visual studio代码。 我已经安装了颤振SDK。这是“颤振博士-v”的结果: 但是,当我要在VisualStudio或Android Studio中创建应用程序时,会收到以下消息,并且项目文件夹和文件的创建不正确 Flutter crash report. Please report a bug at https://github.com/flutter/flutter/issues. ## command flu

我已经安装了windows 10 64位、Android studio和Visual studio代码。 我已经安装了颤振SDK。这是“颤振博士-v”的结果:

但是,当我要在VisualStudio或Android Studio中创建应用程序时,会收到以下消息,并且项目文件夹和文件的创建不正确

Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter --no-color create --template app --description F2it application. --org com.f2it runners_app
## exception
TemplateException: Value was missing for variable tag: androidFlutterJar. (4:24)
<root url="jar://{{{androidFlutterJar}}}!/" />
颤振碰撞报告。
请在以下位置报告错误:https://github.com/flutter/flutter/issues.
##命令
颤振--无颜色创建--模板应用程序--描述F2it应用程序--org com.f2it runners\u应用程序
##例外情况
TemplateException:变量标记AndroidLutterJar缺少值。(4:24)

出了什么问题?

尝试切换到颤振SDK上的主频道或稳定频道


也许这会对您有所帮助,至少您会知道这是您正在使用的颤振版本,还是与您的安装有关的内容。

尝试切换到颤振SDK上的主频道或稳定频道


也许这会对您有所帮助,至少您会知道这是您正在使用的颤振版本,还是与您的安装有关的内容。

在这种情况下,您应该将错误报告为问题。创建一个新项目并复制代码可能是一件值得尝试的事情,但是如果你还没有这样做的话。在这种情况下,你应该将错误报告为一个问题。创建一个新项目并复制代码可能是一件值得尝试的事情,但是如果你还没有尝试的话。我切换到DEV,现在一切都好了!tksI切换到DEV,现在一切正常!tks
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter --no-color create --template app --description F2it application. --org com.f2it runners_app
## exception
TemplateException: Value was missing for variable tag: androidFlutterJar. (4:24)
<root url="jar://{{{androidFlutterJar}}}!/" />