Changes between Version 20 and Version 21 of AndroidBuildApp
- Timestamp:
- Jan 12, 2015, 9:17:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildApp
v20 v21 83 83 84 84 You should use plan classes so that 85 * PIE appversions are sent only to Android 4.1 or later devices.86 * non-PIE appversions are sent only to pre-5.0 devices.85 * PIE versions are sent only to Android 4.1 or later devices. 86 * non-PIE versions are sent only to pre-5.0 devices. 87 87 88 88 For example (using [AppPlanSpec XML plan class specification]): … … 98 98 </plan_class> 99 99 }}} 100 101 If you have both PIE and non-PIE, change the 49999 to 40099. 100 102 101 103 == FORTRAN on Android NDK (optional build) ==