canvas/examples/android
2019-05-12 13:06:23 +02:00
..
CanvasAndroidExample deleted the compiled android examples, moved the ios readme 2018-05-17 17:08:09 +02:00
android.go renamed the backend directories so they match the package names 2019-05-12 13:06:23 +02:00
README.md reduced the backend/gogl/gl package to GLES2 functions; added android support; adapted android example 2019-02-24 14:31:03 +01:00

As of this writing, gomobile does not support go modules. In this case this project can only be compiled while it is in the GOPATH/src directory.

The go bindings are generated with the gomobile bind -target android command, which results in a .aar and a .jar file. These should be placed in the CanvasAndroidExample/app/libs directory, and then the project should compile.