Changes between Version 6 and Version 7 of AndroidBuildClient
- Timestamp:
- Feb 18, 2013, 12:23:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildClient
v6 v7 117 117 = Debugging = 118 118 119 Both components of AndroidBOINC, the BOINC Client and the BOINC Manager,119 Both components of BOINC for Android , the BOINC Client and the BOINC Manager, 120 120 use Logcat to write debugging messages. 121 121 … … 125 125 * AVD does not support wifi, the data connection of the development machine 126 126 is tunneled to the cellular connection of the emulator. 127 Be adviced, that AndroidBOINC's default configuration allows127 Be adviced, that BOINC for Android's default configuration allows 128 128 project work unit transfers only when wifi is connected! 129 129 To change this behavior, go to application's "settings" tab. … … 140 140 * [AndroidBuildApp build your scientific BOINC apps for Android]. 141 141 Keep in mind, that the Android platform and architecture settings 142 have to be the same for both, the AndroidBOINCand the BOINC apps.142 have to be the same for both, the BOINC for Android and the BOINC apps. 143 143 The compatibility of the device gets only checked, 144 when AndroidBOINCis installed on a device, unsupported scientific apps144 when BOINC for Android is installed on a device, unsupported scientific apps 145 145 will not be detected and are likely to crash on some devices. 146 146 Use "BOINC platform" configuration of the build script, 147 147 to distinct versions with project scheduler. 148 * configure project scheduler to distribute BOINC apps for AndroidBOINC.149 * submit AndroidBOINC to an app store or distribute APK independently.