I'm getting the following error when I attempt to add the TangoUXLayout tag to my activity's xml file and attempt to run the project.
java.lang.ClassNotFoundException: Didn't find class "com.google.atap.tango.uxsupportlibrary.R$layout" on path: DexPathList[[zip file "/system/framework/libtango_device.jar", zip file "/data/app/com.tangoproject.experiments.javapointcloud-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.tangoproject.experiments.javapointcloud-2, /system/lib, /vendor/lib, /system/lib]]
The documentation is specific to android studio and gradle, but I'm having issues w/ the NDK and pcl in android studio so I'm forced to use eclipse. I have added the jar to the build path, and when I remove the following from the XML file I can use the TangoUx object to detect exceptions.
<com.google.atap.tango.ux.TangoUxLayout
android:id="@+id/layout_tango"
android:layout_width="match_parent"
android:layout_height="match_parent" />