Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio and 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

like image 304
Chris G. Avatar asked Jan 02 '15 11:01

Chris G.


People also ask

Can you run go on android?

One of Go's strengths is that it's cross-platform; but that doesn't just mean Window, Mac and Linux, Go can target many other architectures including iOS and Android. Now you have another option in your toolbelt to create shared libraries that run on server, your mobile apps and maybe even web (via web assembly).

What is MainActivity Java in android?

The main activity code is a Java file MainActivity.java. This is the actual application file which ultimately gets converted to a Dalvik executable and runs your application. Following is the default code generated by the application wizard for Hello World!

Is Android Studio any good?

Android studio is the best IDE in the market for android development. It increases productivity with its great set of tools and plugins. It provides better user experience with a user friendly interface. It is best for both android and flutter development.

What is finishAffinity?

finishAffinity() : finishAffinity() is not used to "shutdown an application". It is used to remove a number of Activities belonging to a specific application from the current task (which may contain Activities belonging to multiple applications).


1 Answers

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.

like image 56
dlsniper Avatar answered Sep 22 '22 02:09

dlsniper