The situation with MIPS seems intriguing. There were promises of Android MIPS devices for last year:
http://www.pcworld.com/article/2601040/first-mobile-device-with-mips-64bit-processor-coming-in-2016.html State of MIPS regarding Android could be quite dead, if you can trust this discussion: https://www.reddit.com/r/Android/comments/4ofdkv/state_of_mips_plus_some_statistics/ I have stumbled upon mentions of different ARMv[number] discussions like this one: https://android.stackexchange.com/questions/34958/what-are-the-minimum-hardware-specifications-for-android Teaching the basics of processor architectures is probably off-topic on the wiki page, but maybe there is a good introduction to processors like ARMv5 (minimum for Android) somewhere? If I develop for Android 4+, maybe I don't even need to understand processor architectures that much? The reason why I'm interested in using Go with Android is I just love the simplicity of the syntax of Go. I could use Go instead of C/C++ (I have programmed with C++) to add some security by accessing a database or something else (save some key/value pairs instead of using Java), if that's possible with Go + Android. What do you think about this approach? On Monday, May 1, 2017 at 9:05:04 PM UTC+3, Elias Naur wrote: > > I've updated the Wiki page. Go Mobile supports arm, arm64, 386 and amd64 > devices and emulators today. > > - elias > > On Monday, May 1, 2017 at 6:10:30 PM UTC+2, Tomi Häsä wrote: >> >> Yet another newbie question, sorry. >> >> What does this part in the Gomobile wiki mean: >> >> "Note: Currently only ARM devices and ARM emulating AVDs are supported." >> https://github.com/golang/go/wiki/Mobile >> >> I found this page: >> >> "Android supports 3 different processor architectures: ARM, Intel and >> MIPS." >> >> >> http://www.androidauthority.com/arm-vs-x86-key-differences-explained-568718/ >> >> If I have an Android phone with an Intel processor, like this one: >> >> "Asus Zenfone 2" >> "64-bit Quad Core Intel® Atom™ Z3560/Z3580" >> >> http://www.androidauthority.com/asus-zenfone-2-review-600414/ >> >> >> What happens to my app when using an Intel processor? Will it run? Am I >> just worrying too much? ;) >> >> >> -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.