修复设备驱动程序API匹配 - 设备驱动程序API版本:23

时间:2015-05-13 15:10:57

标签: android-studio widget android-5.0-lollipop

错误:

4761-4779/com.android.widgets E/﹕ Device driver API match
    Device driver API version: 23
    User space API version: 23
4761-4779/com.android.widgets E/﹕ mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Wed Oct  9 21:05:57 KST 2013

设备:

Samsung Galaxy N7000 XXLT9
Recovery: Rooted, PhilZ-cwm6-XXLT9-ORA-5.08.5
Rom: Nightowl-cm12.1-Beta4-n7000
Android: Lollipop 5.1.1
Kernel (Not touched): 3.0.64-Bauner-g8d135b8-dirty bauner@pc #1

Microsoft Surface Pro
Windows 8.1

工具:

Android Studio 1.1.0

的build.gradle:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 12
    buildToolsVersion "22.0.1"

    defaultConfig {
        applicationId "com.commonsware.android.appwidget.lorem"
        minSdkVersion 11
        targetSdkVersion 11
    }

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

截图:

http://i.stack.imgur.com/kaWSH.png

问题: 我无法使用该设备进行开发。我不知道为什么。其他应用(例如LoremWidget)正在完美地使用该设备。而我的Oppo N1上的应用也很完美!如何修复它以及导致此错误的原因是什么?

1 个答案:

答案 0 :(得分:1)

Okey我并没有真正为自己修复它,但只有当你使用三星设备和基于cyanogenmod的自定义rom 时才会出现这种情况。

如果获得Device driver API mismatch,那只是一个错误。尝试忽略它或使用其他设备。它不会影响您的应用。

这就是我如何处理这个错误:)希望它有所帮助!