Hi Andrii, If you add '-j 4' to your scons build line, the build should fail for you as well.
It appears you removed the Build emitter from `android/android_api/SConscript` that ensures liboc.so and liboc_logger.so exist before gradle runs (or you branched from an older HEAD). The real error can be seen early on in the build around ~1 minute in: > 00:01:16.602 Android NDK: ERROR:jni/Android.mk:android-oc_logger: > LOCAL_SRC_FILES points to a missing file > 00:01:16.602 Android NDK: Check that > jni/../../../../out/android/armeabi/release/liboc_logger.so exists or that > its path is correct > 00:01:16.602 > /home/jenkins-ci/iotivity-extlibs-03272015/android/android-ndk-r10d.bin/build/core/prebuilt-library.mk:45: > *** Android NDK: Aborting . Stop. > 00:01:16.611 :base:buildNative FAILED > 00:01:16.630 > 00:01:16.631 FAILURE: Build failed with an exception. Resolving this issue may be as simple as rebasing your work ontop of master. Regards, Trevor Bramwell -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150924/9891d9cc/attachment.sig>
