Android os.arch output for ARM, MIPS, x86?
问题 In order to identify the platform of an Android device, it seems that the java system property "os.arch" will suffice: Log.i("mytag", "os.arch: " + System.getProperty("os.arch")); most ARM devices respond: os.arch: armv7l An x86 emulator responds: os.arch: i686 What are the outputs of this for real Intel and MIPS devices? x86 Android device: ?????? mips Android device: ?????? Any other platforms and variants? EDIT for Google TV: It looks like Google TV uses 'none' for Build code. Vizio Co