[CMake] CMake & Android NDK projects with Eclipse

Robert Dailey rcdailey.lists at gmail.com
Thu Feb 20 23:04:22 EST 2014


Thanks, this does help with the toolchain part of it (I had already
seen the one you linked), however I'm concerned about actually
building the APK. Do I need to just create a custom target that
invokes 'ant debug' and 'ant release'? Or is there more granular
control I need to have?

On Thu, Feb 20, 2014 at 12:58 PM, Aashish Chaudhary
<aashish.chaudhary at kitware.com> wrote:
> Have a look here:
>
> http://vtk.org/gitweb?p=VES.git;a=tree;f=CMake/toolchains;h=c09a5c6933cf04fec83fe94afcea2e47afbce9e7;hb=HEAD
>
> Corresponding blog: http://www.kitware.com/blog/home/post/546
>
> - Aashish
>
>
>
> On Thu, Feb 20, 2014 at 9:21 AM, Robert Dailey <rcdailey.lists at gmail.com>
> wrote:
>>
>> After a bit of research I found out you can create a toolchain file
>> for Android NDK, however I'm not sure how to plug in the java files.
>> It looks like it must be done separately after the C++ target is
>> added, so I was hoping maybe a post-build event could tie in the logic
>> to build the complete package. Any tips on how to do this? I'm sure
>> someone here has done it before... Information on the web seems
>> limited.
>>
>> On Mon, Feb 17, 2014 at 10:29 AM, Robert Dailey
>> <rcdailey.lists at gmail.com> wrote:
>> > Using the very latest & greatest CMake, is there built in support for
>> > Android NDK projects using Eclipse? I think this might involve cross
>> > compilation too.
>> >
>> > Basically it'd be nice if there was a wiki (up to date with latest
>> > CMake features) that walks through the setup process. What environment
>> > variables to set, what specialized CMake script logic must be setup
>> > per platform (host machine), how to properly include java files into
>> > those projects, etc etc...
>> >
>> > Any walkthroughs on this?
>> --
>>
>> Powered by www.kitware.com
>>
>> Please keep messages on-topic and check the CMake FAQ at:
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>> Kitware offers various services to support the CMake community. For more
>> information on each offering, please visit:
>>
>> CMake Support: http://cmake.org/cmake/help/support.html
>> CMake Consulting: http://cmake.org/cmake/help/consulting.html
>> CMake Training Courses: http://cmake.org/cmake/help/training.html
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
>
>
>
>
> --
> | Aashish Chaudhary
> | R&D Engineer
> | Kitware Inc.
> | www.kitware.com


More information about the CMake mailing list