Changes between Version 23 and Version 24 of AndroidBuildApp
- Timestamp:
- Jan 15, 2015, 12:22:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildApp
v23 v24 36 36 Prepare the Android toolchain by doing 37 37 {{{ 38 ~/boinc/android/build_androidtc_arm.sh 38 cd ~/boinc/android 39 build_androidtc_arm.sh 39 40 }}} 40 41 This create a directory ~/androidarm-tc containing … … 47 48 }}} 48 49 This builds the libraries, 49 and stores them together with their .h files in ~/android tc_arm.50 and stores them together with their .h files in ~/androidarm-tc. 50 51 51 52 Now build your app as follows: