Hi Max, I'm not sure I understood you correctly, but I think you are looking at the wrong folder. Looking from the root of the IoTivity project you should have a folder named "Android" containing "android_api" and "examples" folders. They contain the sources that are being built with the scons command. After the build is complete you should see a "build" folder inside both of these. For example, the apk of the SimpleClient app is located at ~/iotivity-1.1.0/android/examples/simpleclient/build/outputs/apk
Hope it helps, Martin On Wed, Jun 8, 2016 at 5:01 PM, Max Kholmyansky <max001 at gmail.com> wrote: > Hello, > > Will greatly appreciate any help: > > I downloaded the 1.1.0 IoTivity source code distribution, and managed > successfully to run the samples on Linux. But unfortunately not on Android. > > I am following the "Step 1" and "Step 2" instructions from: > https://wiki.iotivity.org/android_build_instructions > > After running from the root: > scons TARGET_OS=android ANDROID_HOME=... GRADLE_HOME=... > I get no build errors. > > But looks like all the build results are under: > ~/iotivity-1.1.0/out/android/x86/release > > Unlike mentioned in the instructions, the output folders of 'android_api' > and 'examples' are missing. > > Any hint how to build them will be appreciated. > > Thanks a lot. > > > Max (Tekoia Ltd) > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160608/37003190/attachment.html>
