Changes between Version 13 and Version 14 of AndroidBuildApp
- Timestamp:
- Nov 17, 2013, 5:03:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildApp
v13 v14 24 24 == Compatibility with BOINC on Android == 25 25 26 Caution: BOINC on Android runs on all ARM based Android devices. 27 The minimum requirement is therefore ARM ABIv5. 28 Higher ABIs or specific CPU capabilities might only be available 26 BOINC on Android runs on all Android devices, regardless of its CPU architecture. 27 Possible architectures are ARM, x86 and MIPS. ARM is the predominant platform on Android. 28 29 Even within ARM, higher ABIs or specific CPU capabilities might only be available 29 30 on a subset of volunteer's devices. 30 It is the project's responsibility to ensure, 31 that distributed BOINC apps meet these requirements. 32 The client reports CPU capabilities, i.e. VFP and NEON support, to the project server. 33 It is recommended to have a fallback version for ARM ABIv5, 34 since not all devices might have higher ABIs available. 31 32 The client reports CPU architecture and capabilities, i.e. VFP and NEON support, to the project server. 35 33 36 34 == BOINC platform name == 37 35 38 BOINC on Android uses BOINC platform identifier: "arm-android-linux-gnu" 36 BOINC on Android uses the following BOINC platform identifier: 37 "arm-android-linux-gnu" 38 "x86-android-linux-gnu" 39 "mipsel-android-linux-gnu" 39 40 40 41 == Setup NDK toolchain ==