5

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.

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Kyle
  • 831
  • 1
  • 9
  • 17
  • I can install the apk file, but when I run it on S3 it quits running in about 1 second. Have you run gomobile apps successfully on S3 before? If yes then may I know the software version you have? Thank you – Kyle Nov 18 '15 at 20:47
  • 1
    Have you tried to install a Hello world application on the same hardware? Just to make sure the problem is with golang in general or with some of its API – saurabh May 30 '17 at 03:10

1 Answers1

1

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.

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189