我无法找到Android Studio中的调试控制台。

huangapple go评论63阅读模式
英文:

I couldn't find the debug console in Android Studio?

问题

我正在编写一个Flutter项目,需要控制台输出以进行控制,但我无法打开调试控制台。

我需要控制应用程序中的文本字段。如果出现错误,我需要将输出打印到控制台,但我无法打开控制台。

英文:

我无法找到Android Studio中的调试控制台。

I'm writing a flutter project right now, console output is needed for controls, but I couldn't open the debug console.

I need to control textfields in application. If it is wrong, I need to print output to the console, but I cannot open the console.

我无法找到Android Studio中的调试控制台。

答案1

得分: 0

尝试从main.dart运行应用程序,在void main()上方将有一个运行按钮,点击它。这对我解决了问题。

英文:

Try to run the application from the main.dart, above the void main() there will be a run button, click that. That fixed the problem for me.

huangapple
  • 本文由 发表于 2023年5月20日 23:38:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/76296023.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定