英文:
Android Studio and Go?
问题
你可以使用Android Studio进行Go开发吗?我可以安装gaoling插件,但无法启动Go项目。
谢谢。
英文:
Can you use Android Studio for Go development? I am able to install the gaoling plugin, but can not start a Go project?
Thanks
答案1
得分: 5
正确的答案是:按照自述文件的说明操作,该插件将与Android Studio一起工作:https://github.com/go-lang-plugin-org/go-lang-idea-plugin#pre-release-builds
如果遇到任何问题,请随时提交工单。谢谢。
英文:
The correct answer is: Follow the instructions from the readme and the plugin will work with Android Studio: https://github.com/go-lang-plugin-org/go-lang-idea-plugin#pre-release-builds
If you have any issues, please feel free to open a ticket. Thanks.
答案2
得分: 1
IntelliJ与golang插件是进行golang开发的不错选择,但它不支持调试。如果你想要使用GDB进行调试,那么推荐使用带有golang插件的Eclipse。
英文:
IntelliJ with golang plugin is a good choice for golang development but it doesn't support debugging, so if you want to debug with GDB then Eclipse with golang plugin is preferred.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论