自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 解决Android初学者创建时遇到Could not find any version that matches com.android.support:appcompat-v7:29.+. Vers

将app下build.gradle文件中dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:29.+' implementation 'com.android.support.constraint:constraint-layout:1.1.3' testImplementation .

2020-06-30 10:04:22 2171 1

原创 解决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 versionCode 1 versionName "1.0" testInstrumentationRunner

2020-06-30 10:03:44 9711

原创 Android ButterKnife Zelezny Avast安装成功但没有Generate ButterKnife Injections选项秒解决

app下build.gradle文件添加代码红色标记如下dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:+' implementation 'com.android.support.constraint:constraint-layout:1.1.3' testImplement

2020-06-30 10:02:54 655

原创 解决Android InnerClass annotations are missing corresponding EnclosingMember annotations.Such InnerCla

app下的build.gradle下的添加红色标注部分buildTypes { debug { debuggable true } release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' lintOptions { che

2020-06-30 10:02:02 414

原创 解决Hbuilder打包参数无法解析,应用资源包中未包含文件manifest.json

确认基础配置中的AppID和Android包名是否相同。

2020-06-30 09:50:26 2545

原创 解决Initialization failed for https://start.spring.io Please check URL, network and proxy settings

先使用自己手机热点试试,看看是不是公司内网问题。cmd==>ping start.spring.io 没有丢失就行,随缘多建几次。

2020-06-30 09:47:41 982

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除