Changes between Version 24 and Version 25 of AndroidBuildApp
- Timestamp:
- Jan 23, 2015, 9:04:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildApp
v24 v25 81 81 for an example of how to do this. 82 82 83 == Deploying Android app versions ==84 85 BOINC on Android uses the following BOINC platform identifier:86 "arm-android-linux-gnu"87 "x86-android-linux-gnu"88 "mipsel-android-linux-gnu"89 90 (how to use plan classes if you have separate FPU versions)91 The client reports CPU architecture and capabilities, i.e. VFP and NEON support, to the project server.92 93 83 == Position-independent executables (PIE) == 94 84 Starting with version 4.1, Android supports '''position-independent executables''' (PIE). … … 121 111 If you have both PIE and non-PIE, change the 49999 to 40099. 122 112 113 == Deploying Android app versions == 114 115 BOINC on Android uses the following BOINC platform identifier: 116 "arm-android-linux-gnu" 117 "x86-android-linux-gnu" 118 "mipsel-android-linux-gnu" 119 120 (how to use plan classes if you have separate FPU versions) 121 The client reports CPU architecture and capabilities, i.e. VFP and NEON support, to the project server. 122 123 123 == FORTRAN on Android NDK (optional build) == 124 124