1、毗连不上假造机的问题。adb 提示adb server version(31) doesn't match this client(41)——
办理:adb 提示adb server version(31) doesn't match this client(41) 办理办法_adb server version dont match-CSDN博客
2、编译的SDK的版本不对的问题。java.lang.NullPointerException ——
点击上面显示的错误,才是重点android.jar——
Android Studio运行报错: failed to load include path ……\platforms\android-35\android.jar的最细办理方案-CSDN博客
3、Android sdk版本太低和匹配是否一致的问题。
android Gradle例如:“style attribute 'android:attr/keyboardNavigationCluster' not found.”报错的处置惩罚——
android Gradle例如:“style attribute 'android:attr/keyboardNavigationCluster' not found.”报错的处置惩罚_aapt: error: attribute android:style not found.-CSDN博客(这个怎样找到要更改的位置,26版本不对)
APP编译问题:AAPT: error: style attribute ‘android:attr/dialogCornerRadius‘ not found.——
APP编译问题:AAPT: error: style attribute ‘android:attr/dialogCornerRadius‘ not found._aapt: error: attribute android:usespermissionflags-CSDN博客(28版本以上才对)
五:我的办理