E / libEGL:validate_display:99错误3008(EGL_BAD_DISPLAY)android os 7.1牛轧糖

时间:2017-04-21 04:59:08

标签: android android-7.1-nougat

在Android OS 7.1 Nougat上运行我的应用程序时出现以下错误。

  

E / libEGL:validate_display:99错误3008(EGL_BAD_DISPLAY)[04-21   10:19:18.788 4410:4622 D /]
  HostConnection :: get()建立新主机连接0x7db835ad6200,   tid 4622

build.gradle我正在使用vectorDrawables.useSupportLibrary = true以及以下依赖项:

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:26.1.0'
  compile 'com.android.support.constraint:constraint-layout:1.0.2'
  testCompile 'junit:junit:4.12'
  compile 'com.google.android.gms:play-services-location:11.6.0'
  compile 'com.google.android.gms:play-services-places:11.6.0'
  compile project(':library')
}

在构建类型中我有:

buildTypes {
  release {
    minifyEnabled true 
    shrinkResources true 
    proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  }
}

对于项目build.gradle我有:

dependencies {
  classpath 'com.android.tools.build:gradle:3.0.1'
  // NOTE: Do not place your application dependencies here; they belong 
  // in the individual module build.gradle files 
  classpath 'com.google.gms:google-services:3.1.1'
}

在我的用户界面中,我正在使用imageview,在另一个imageview的ontop上。问题出现在AVD和Real设备上。

  • 以前有人遇到过这个问题吗?
  • 导致此错误的原因是什么?
  • 这是什么解决方案?

0 个答案:

没有答案