0

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.

Nikolaos Giotis
  • 281
  • 2
  • 23

1 Answers1

0

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.

r4ravi2008
  • 445
  • 1
  • 4
  • 10
  • thanks -missed the makefile for NDK samples. Any updates please on the Unity SDK for a Tango-powered tablet? Unity SDK for Peanut can be found, but it 'd be useful to get the tablet implementation as well – Nikolaos Giotis Oct 13 '14 at 15:14
  • 1
    Unity SDK is available on the eap site under downloads section in developer day folder(It points to a folder in google drive). – r4ravi2008 Oct 13 '14 at 17:57