为什么 Android GPU 监视器适用于 6.0.1,而不适用于 7.1.2?

Why is the Android GPU monitor working for 6.0.1, but not 7.1.2?

我想使用 GPU 监视器来查看我的应用程序的统计信息。

但是,我无法让 GPU 监视器显示我的 Google Pixel XL、运行 7.1.2 的任何统计数据,仅适用于我的 ASUS Nexus 运行 6.0.1。

简直就是一片空白。

在我的项目结构中,编译SDK版本是API25:Android7.1.1 (Nougat),构建工具版本是25.0.3

我想查看设备之间的 GPU 差异。我如何配置我的项目,以便 GPU 监视器可以与 Android 7.1.2 一起工作?

下面是我的成绩档案

apply plugin: 'com.android.application'

android {
useLibrary 'org.apache.http.legacy'
compileSdkVersion 25
buildToolsVersion '25.0.3'
defaultConfig {
    applicationId "com.example.deansponholz.fish_game"
    minSdkVersion 22
    targetSdkVersion 25
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', 
{
    exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
testCompile 'junit:junit:4.12'
}

问题仍然存在,未尝试解决

从字面上看,我要等多久才能有人回答这个问题。几个月了。

没有修复。 Android Studio 就是不支持它。不好 IDE.