Search code examples
androidandroid-5.0-lollipopgoogle-project-tango

Android.mk for Github Java SDK (win7 32-bit)


I am trying to build tango-examples-java-master/PointCloudJava.

Is there an Android.mk for the tango-examples-java-master/TangoUtils dependency or should i create one? In general will Tango SDK developers provide us with a generic makefile that we can tweak according to our multi-platform needs?

Cheers

NY

ps. I know that Tango supports linux only, for now i overcome this by pointing to a GNU-C compiler C:\android-ndk-r10b\platforms\android-19\arch-arm\usr\include.


Solution

  • The PointCloudJava and TangoUtils are purely java projects with no native components, not sure why you would need a make file here. You just need to specify TangoUtils as a dependency in Project Properties and add it your build path.