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

The new build system (the gradle stuff) is actually relatively nice (although it took me a whole day to figure out all of the details) and removes the need for...

I am reading guidelines from: https://github.com/xlab/android-go/tree/master/example I hit this: everton@homeubu:~/go/src/github.com/xlab/android-go/example/android$ make project # (optional) android list targets android update project --target android-23 --name GolangExample --path . make: android: Command not...

bug

The NDK implements exploration of asset directories via the `AAssetDir` iterator. I suspect AAssetDir is not thread-safe, so it may be bad idea to copy the iterator model that the...

Is there anyway by which one can build and interact with an Android Service or IntentService? So long-running background apps can be built without the Android Runtime killing and restarting...

When i try to compile, return this error: # github.com/xlab/android-go/egl ../egl/display_handle.go:112:32: cannot convert unsafe.Pointer(window) (value of type unsafe.Pointer) to type NativeWindowType I'm using the go 1.21.0