Go is the language from Google and Android is the mobile OS from Google. The bond between them are just born with. So there should be no surprise that we can use Go to write Android programs, though some important restricts for now: There is no Android SDK for Go, so no system API nor GUI for Go program on Android. Go doesn’t support JNI for now. So Go programs have to be compiled as separate exec

