android-go icon indicating copy to clipboard operation
android-go copied to clipboard

The android-go project provides a platform for writing native Android apps in Go programming language.

Results 15 android-go issues
Sort by recently updated
recently updated
newest added

How can I open the camera intent to take a photo and save it?

I'm getting an error when I try to build the example directory using ../build-android.sh `_cgo_export.c:2:20: fatal error: stdlib.h: No such file or directory ` Anyone have any ideas? The full...

Fyne UI framework has recentely reached 1.0 and seems more pure GO than Nuklear. It has full screen in the demo. It could be nice to team up efforts with...

I'm a Go developer and new to Android and I'm trying to find out whether I can use android-go to build an Android Things app. I am trying to build...

@xlab I got minimal app installed on the android device but when I start the app error message appears: "Sorry com.go_android.minimal stopped" Can anyone advice, please ?

1. I create go workspace. 2. Install go 1.10.2 version. 3. Dowload Android SDK (Command line tools only) for linux. 4. Extract archive 5. Set ANDROID_HOME variable in bashrc file....

Hi. I did $ apt install xorg-dev $ go get github.com/golang-ui/nuklear/nk $ go get -tags opengl2 github.com/golang-ui/nuklear/nk but when came to example link found that it's broken. Can anyone share...

Maybe I make someting wrong , I got this error: `C:\Users\catafest\go\src\github.com\xlab\android-go\app\app.go:20:2: build constraints exclude all Go files in C:\Users\catafest\go\src\github.com\xlab\android-go\app\internal\callfn`

I can not find documentation.

The readme links to the minimal example application, however the link https://github.com/xlab/android-go/tree/master/example results in a 404. Note that other projects, such as https://github.com/golang-ui/nuklear, also refer to the old example app...