无法使用GAPID在Android模拟器上启动跟踪

问题描述 投票:0回答:1

我正在尝试在Android模拟器(x86)上调试OpenGL ES应用程序。我正在使用Mac OSX。我已经在模拟器上正确安装了该应用程序,该程序可以正确运行,即使它没有显示我所需要的。我发现Google存在Graphics API Debugger。正如在documentation中编写的那样,在开始使用GAPI之前,我关闭了Android Studio。每次尝试跟踪应用程序时,都会收到以下错误:

Could not start trace
   Cause: loadGAPII
   Cause: Exception raised calling: public static void java.lang.System.load(java.lang.String)
java.lang.UnsatisfiedLinkError: 

[一些问题:是否可以在Android仿真器x86上运行GAPI?如果答案是肯定的,我应该怎么做才能使其起作用?先感谢您。

GAPI Error

java android adb opengl-es-2.0
1个回答
0
投票

只需分享。在requirements page中清楚地写有Tracing on Android emulators is not supported

© www.soinside.com 2019 - 2024. All rights reserved.