1 | initial version |
You can take a look at the buildbot logs. Generally it should look like this:
python ../opencv/platforms/android/build_sdk.py <dir-to-store-result> ../opencv
Don't forget to provide paths to Android SDK and NDK via environment (example for *nix):
export ANDROID_SDK=...
export ANDROID_NDK=...
or using script parameters --ndk_path
, --sdk_path
2 | No.2 Revision |
You can take a look at the buildbot logs. Generally it should look like this:
python ../opencv/platforms/android/build_sdk.py <dir-to-store-result> ../opencv
Don't forget to provide paths to Android SDK and NDK via environment (example for *nix):
export ANDROID_SDK=...
export ANDROID_NDK=...
or using script parameters --ndk_path
, --sdk_path
3 | No.3 Revision |
You can take a look at the buildbot logslogs: choose the latest build of master_pack-android. and take a look at the build_sdk step logs. Generally it should look like this:
python ../opencv/platforms/android/build_sdk.py <dir-to-store-result> ../opencv
Don't forget to provide paths to Android SDK and NDK via environment (example for *nix):
export ANDROID_SDK=...
export ANDROID_NDK=...
or using script parameters --ndk_path
, --sdk_path