googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

hello-tango-jni-example tango_native.c declarations don't match TangoJNINative #36

Closed rhashimoto closed 9 years ago

rhashimoto commented 9 years ago

TangoJNINative.setupConfig() and TangoJNINative.connectCallbacks() take no arguments on the Java side but their JNIEXPORT implementations in tango_native.c both have an activity argument. I don't see any issues at runtime but because this is canonical example code it probably should be corrected.

rhashimoto commented 9 years ago

This file was replaced as of the Leibniz release.