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 <[email protected]> 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
