Ask Your Question

Revision history [back]

click to hide/show revision 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

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

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