英文:
I couldn't find the debug console in Android Studio?
问题
我正在编写一个Flutter项目,需要控制台输出以进行控制,但我无法打开调试控制台。
我需要控制应用程序中的文本字段。如果出现错误,我需要将输出打印到控制台,但我无法打开控制台。
英文:
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.
答案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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论