xgo icon indicating copy to clipboard operation
xgo copied to clipboard

Example of mobile docker image

Open paulocoutinhox opened this issue 8 years ago • 2 comments

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.

paulocoutinhox avatar Apr 18 '17 20:04 paulocoutinhox

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 avatar Apr 24 '17 11:04 karalabe

@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.

jacentsao avatar Aug 04 '17 14:08 jacentsao