我从这里的https://developer.qualcomm.com/mobile-development/maximize-hardware/mobile-gaming-graphics-adreno/tools-and-resources下载了adreno profiler for Linux。
我下载的tar文件没有任何linux可执行文件。
它只有.exe文件。我试着用酒来运行它,但没有任何运气。
其他人也有这个问题吗?
发布于 2014-06-17 04:22:17
你必须用mono来运行它。
$ sudo apt-get install mono-complete
$ mono AdrenoProfiler.exe如果他们只包含一个简单的run.sh会很酷,因为很多人似乎都有这个问题。
https://stackoverflow.com/questions/23379886
复制相似问题