英文:
gomobile compatibility
问题
我正在使用gomobile和本地的golang编写一些测试应用程序。奇怪的是,这些应用程序在安卓4.1.1的Galaxy S3上无法运行,但在安卓5.1.1的Galaxy Note 5上可以正常工作。有人知道当前版本的gomobile的明确硬件和软件要求吗?我不认为这些信息在任何文档或演讲中有提到。
英文:
I'm writing some test apps with gomobile and native golang. Strangely the apps don't run on Galaxy S3 with Android 4.1.1 but work on Galaxy Note 5 with Android 5.1.1. Does anyone know the clear hardware and software requirements for current version of gomobile? I don't think it's in any of the documents or speeches.
答案1
得分: 1
我找到的关于Go Mobile的唯一硬件兼容性说明是这个链接,其中提到:
注意:Go Mobile与Go运行在相同的架构上,目前支持ARM、ARM64、386和amd64设备和模拟器。值得注意的是,尚不支持基于MIPS架构的Android设备。
英文:
The only hardware compatibility note I can find for Go Mobile is this one which states:
> Note: Go Mobile runs on the same architectures as Go, which currently means ARM, ARM64, 386 and amd64 devices and emulators. Notably, Android on MIPS devices is not yet supported.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论