This is an old revision of the document!
The AGTEK Lib project contains native code for the TriMesh. In order to compile and test the library you must add a native “builder” to your Eclipse project.
The following instructions are from this web site: http://www.rbgrn.net/content/348-get-your-eclipse-integrated-ndk-on
Here is what you need to do
Substitute the string “myapp_project_dir” and the location of the Android NDK appropriately. Make sure you have the two hyphens before login and the quotes after the hyphen-c
- Check "Refresh resources upon completion" - Select "Specific resources" - Click on the "Specify resources" button and select your project's lib directory. - Check "Recursively include sub-folders"
CAVEAT: When setting up paths, be aware that paths with spaces will cause issues. You may wish to use the 8.3 mangled name (e.g “MyDocu~1”) for path elements that need it.
Simple, eh? Have fun.