我想使用 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'
}
问题仍然存在,没有一次尝试解决
从字面上看,我要等多久才能有人回答这个问题。已经几个月了。