Android apps written in Go is now possible without using multiple processes and RPC.

border · · 1132 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
From: https://plus.google.com/107077712735477939034/posts/HscoRruzV4i By: [Elias Naur][1] Android apps written in Go is now possible without using multiple processes and RPC. Go only output executables, which is enough to run programs on Android, but not enough to be invoked directly from Android apps. Building on my generic shared library work[1], I managed to work around the Android limitations and convince Go to output shared libraries suitable for System.loadLibrary(). Clone goandroid[2] and follow the instructions to obtain a set of Android-compatible go tools and runtime. Goandroid also includes a small sample to show off OpenGL and touch input from Go. * https://groups.google.com/d/msg/golang-nuts/zmjXkGrEx6Q/L4R8qyw7WW4J * https://github.com/eliasnaur/goandroid [1]: https://plus.google.com/107077712735477939034

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1132 次点击  
加入收藏 微博
1 回复  |  直到
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传