Changes between Version 10 and Version 11 of AndroidBuildClient
- Timestamp:
- Sep 26, 2013, 2:29:57 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildClient
v10 v11 20 20 21 21 * recommended IDE for Android development is Eclipse with ADT plugin 22 * Android SDK: http://developer.android.com/sdk/ 22 * Android SDK: http://developer.android.com/sdk/ (not needed if you compile only the boinc libraries for your Android app) 23 23 * Android NKD: http://developer.android.com/tools/sdk/ndk/index.html 24 24 * BOINC Client source code: http://boinc.berkeley.edu/trac/wiki/SourceCodeGit … … 91 91 Note that it will not run on your development machine. 92 92 93 To build only the libraries, run the following command from the boinc/android directory. You need build openssl before and adapt the build_libraries.sh to point to your openssl. Curl is not needed: 94 {{{ 95 ./build_libraries.sh 96 }}} 93 97 94 98 = Building BOINC for Android =