Davi,
When you say that you downloaded and installed boost, are you saying that installed it under Ubuntu? If so, the problem is that Android cannot use it. Android needs boost built for Android. The boost folks do not support it, so we created a build script, but that build script needs the boost source. The script tries to download that source for you as part of the build process. If you do not have network access on your build machine, I think that you can download the boost source from the URI listed in the log (http://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.zip?r= <http://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.zip?r=&ts=1421801329&use_mirror=iweb> &ts=1421801329&use_mirror=iweb) and place it in the extlibs/boost directory and the scripts will skip the download. Pat From: Davi Di?rio Mendes [mailto:[email protected]] Sent: Thursday, March 26, 2015 8:26 AM To: Lankswert, Patrick Cc: iotivity-dev at lists.iotivity.org Subject: Re: [dev] android gradle wraper jar is missing Hi Patrick, I can't build iotivity. Could you check my log? I ran $ scons TARGET_OS=android TARGET_ARCH=armeabi, on iotivity root. The branch is android-api. The output is attached. Before I set ANDROID_NDK, ANDROID_HOME and platform. The first time I also set PATH to the properly toolchain, in this log I didn't. I also downloaded and installed boost 1.57, but scons still wants to download it. BR, Davi. 2015-03-25 12:49 GMT-03:00 Davi Di?rio Mendes <ddioriomendes at gmail.com <mailto:ddioriomendes at gmail.com> >: Hi Patrick, I was working on master. Now I saw the BuildInstructionsForAndroidAPI.txt, on android-api branch. I'll try follow these steps, any problem I come back. Thank you for attention. 2015-03-25 11:36 GMT-03:00 Lankswert, Patrick <patrick.lankswert at intel.com <mailto:patrick.lankswert at intel.com> >: Davi, Welcome. I have two questions: 1) What version do you want to review the current API or the new API? 2) What branch did you pull from? Pat From: <mailto:iotivity-dev-bounces at lists.iotivity.org> iotivity-dev-bounces at lists.iotivity.org [mailto: <mailto:iotivity-dev-bounces at lists.iotivity.org> [email protected]] On Behalf Of Davi Di?rio Mendes Sent: Wednesday, March 25, 2015 8:34 AM To: <mailto:iotivity-dev at lists.iotivity.org> iotivity-dev at lists.iotivity.org Subject: [dev] android gradle wraper jar is missing Hi, I'm trying to build android/Base but the gradle wrapper jar is missing. Someone could help me? I want to build android/Base as a .jar library and import in my project, just to check how to use it. Thanks. -- Davi Di?rio Mendes Eng. de Computa??o - Turma de 2011 Universidade de S?o Paulo - EESC/ICMC -- Davi Di?rio Mendes Eng. de Computa??o - Turma de 2011 Universidade de S?o Paulo - EESC/ICMC -- Davi Di?rio Mendes Eng. de Computa??o - Turma de 2011 Universidade de S?o Paulo - EESC/ICMC -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150326/b2ee0213/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7198 bytes Desc: not available URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150326/b2ee0213/attachment.p7s>
