Android Studio and Go?

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

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.

huangapple
  • 本文由 发表于 2015年1月2日 19:24:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/27741379.html
匿名

发表评论

匿名网友

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

确定