Hus*_*sna 6 mobile android flutter
我是扑的新手。我在尝试运行时创建了一个简单的 flutter 项目。我收到这个错误Unexpected failure from adb: Invalid argument(s): The source must not be null
Error launching the application on emulator-5554
这是我的简单颤振应用程序代码:
import `package:flutter/material.dart`;
void main(){
runApp(
new Center(
child: new Text(
"hello, world",
textDirection: TextDirection.ltr,
)
)
);
}
Run Code Online (Sandbox Code Playgroud)
谁能建议我可能是什么问题?我应该如何修复它?
| 归档时间: |
|
| 查看次数: |
23152 次 |
| 最近记录: |