Changes between Version 24 and Version 25 of AndroidBuildApp


Ignore:
Timestamp:
Jan 23, 2015, 9:04:07 AM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildApp

    v24 v25  
    8181for an example of how to do this.
    8282
    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 
    9383== Position-independent executables (PIE) ==
    9484Starting with version 4.1, Android supports '''position-independent executables''' (PIE).
     
    121111If you have both PIE and non-PIE, change the 49999 to 40099.
    122112
     113== Deploying Android app versions ==
     114
     115BOINC 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)
     121The client reports CPU architecture and capabilities, i.e. VFP and NEON support, to the project server.
     122
    123123== FORTRAN on Android NDK (optional build) ==
    124124