我正在开发Tango的AR应用程序.该设备是ZenfoneAR(Android 7.0 Nougat).
我改进了示例项目并开发了一个应用程序.但是,启动应用程序时,将显示以下警告消息.
对话消息
Detected problems with app native libraries(please consult log for detail):
libtango_client_api.so: unauthorized access to "libbinder.so"
libtango_client_api.so: unauthorized access to "libcutils.so"
libtango_client_api.so: unauthorized access to "libutils.so"
libtango_client_api.so: unauthorized access to "libgui.so"
libtango_client_api.so: unauthorized access to "libandroid_runtime.so"
libtango_client_api.so: unauthorized access to "libui.so"
Run Code Online (Sandbox Code Playgroud)
logcat的
W/linker: library "libbinder.so" ("/system/lib64/libbinder.so") needed or dlopened by "/data/data/com.google.tango/libfiles/default/libtango_client_api.so" is not accessible for the namespace "classloader-namespace" - the access is temporarily granted as a workaround for http://b/26394120, note that the access will be removed …Run Code Online (Sandbox Code Playgroud)