解决Android InnerClass annotations are missing corresponding EnclosingMember annotations.Such InnerClass annota
摘要:app下的build.gradle下的添加红色标注部分 buildTypes { debug { debuggable true } release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-androi
阅读全文
posted @
2020-06-02 16:48
许老头
阅读(489)
推荐(0)
Android ButterKnife Zelezny Avast安装成功但没有Generate ButterKnife Injections选项秒解决
摘要:app下build.gradle文件添加代码红色标记如下 dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:
阅读全文
posted @
2020-06-01 16:47
许老头
阅读(756)
推荐(0)
解决Android报错Dex file with version '38' cannot be used with min sdk level '29'.
摘要:修改app下build.gradle文件 android { compileSdkVersion 29 defaultConfig { applicationId "com.example.z.test1" minSdkVersion 29 targetSdkVersion 29 versionCo
阅读全文
posted @
2020-06-01 14:13
许老头
阅读(9022)
推荐(0)