为什么Android GPU显示器适用于6.0.1,而不适用于7.1.2?

时间:2017-05-04 23:12:26

标签: android android-studio gpu android-monitor

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

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

它只是空白。

在我的项目结构中,Compile SDK版本为API 25:Android 7.1.1(Nougat),Build Tools版本为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'
}

如果没有单独尝试解决问题,问题仍然存在

从字面上看,我有多长时间等到有人回答这个问题。已经好几个月了。

1 个答案:

答案 0 :(得分:-1)

没有修复。 Android Studio只是不支持它。糟糕的IDE。