deleted the compiled android examples, moved the ios readme

This commit is contained in:
Thomas Friedel 2018-05-17 17:08:09 +02:00
parent 0efc4c6d59
commit 7d87ef795a
4 changed files with 1 additions and 1 deletions

View file

@ -1 +1 @@
The go bindings were generated with the ```gomobile bind``` command, which results in a .aar and a .jar file. These are in the CanvasAndroidExample/app/libs 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.