Example of mobile docker image
Example of mobile docker image
Hi,
Can you put a example of Docker image? I read about it on README but dont understand. Do you have any Dockerfile of example?
I want build my sample library for android and ios:
github.com/prsolucoes/go-native-kit
Command line:
xgo -go 1.8.1 github.com/prsolucoes/go-native-kit
Thanks.
You probably want to use gomobile to build mobile packages. I didn't have the time yet to rework xgo to use it also (since it needs some ios black magic).
@karalabe hi, i'm using gomobile to build an aar for android library , the go project is based on beego(https://github.com/astaxie/beego) . And then visit localhost to manipulate our local sqlite db, but it not work in my nexus 6 android 7.1.1 but works on some low level api phones, it returns no response even i visit localhost async. Any suggestion is of great thanks. What's more, we currently build our go project by your xgo project and it works for windows and android but not in ios.