canvas/examples/android
2018-05-28 16:04:13 +02:00
..
CanvasAndroidExample deleted the compiled android examples, moved the ios readme 2018-05-17 17:08:09 +02:00
android.go added a SetBounds function to replace the SetSize function 2018-05-28 16:04:13 +02:00
README.md deleted the compiled android examples, moved the ios readme 2018-05-17 17:08:09 +02:00

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.