手机兼容性

标签 go gomobile

我正在使用 gomobile 和原生 golang 编写一些测试应用程序。奇怪的是,这些应用程序无法在装有 Android 4.1.1 的 Galaxy S3 上运行,但可以在装有 Android 5.1.1 的 Galaxy Note 5 上运行。有谁知道当前版本的 gomobile 的明确硬件和软件要求?我不认为它出现在任何文件或演讲中。

最佳答案

我能找到的关于 Go Mobile 的唯一硬件兼容性说明是 this one其中指出:

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.

关于手机兼容性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33765527/

相关文章:

作为结构成员的函数

xml - 在 golang 中将单个字段编码为两个标签

go - HCL 解码 : Blocks with multiple labels

Golang 工作池 - 从作业中对新作业进行排队

go - 无法使用 protobuf 解码字节

go - 如何在非本地包中本地导入错误

gomobile 命令错误 "No android NDK path is set "

Gomobile 包中没有导出名称

go - x/手机 : Launch a android application with given package name [String] in go