自定义博客皮肤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)
  • 收藏
  • 关注

原创 ERROR: Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46

ERROR: Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46忘记添加仓库,添加上就可以了

2019-09-30 14:04:41 1978

原创 andnroid 报错java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/internal/Platform

项目中引入一个开源下载框架compile 'com.tamic.fastdownloader:Android-FastDownloader:1.0.3',运行后项目报错:java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/internal/Platform,百度了下解决办法:在gradle中添加 compile...

2019-08-13 10:06:32 339

原创 Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple

Error:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed with multiple errors, see logs

2019-08-05 14:26:55 120

原创 解决Aanroid加载so库失败:java.lang.UnsatisfiedLinkError

Android 项目重构 .so文件重复怎么解决?项目中经常用到.so文件,今天在重构项目时,报错:java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/com.mengyou-1/base.apk”],nativeLibraryDirectories=[/...

2019-04-04 16:47:01 640

转载 Android 保存图片到相册,相册里不显示

明明保存下来了,为什么进入相册时查看不到呢?原来我们在保存成功后,还要发一个系统广播通知手机有图片更新,广播如下:Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);Uri uri = Uri.fromFile(file);intent.setData(uri);context.sendBroadcast(i...

2019-03-21 16:20:17 5654

原创 build.gradle 依赖约束布局constraint-layout失败的解决方案

报错代码:Error:Could not find com.android.support.constraint:constraint-layout:1.1.2链接:https://blog.csdn.net/qq_36175907/article/details/80053302https://www.cnblogs.com/xinge1993/p/6517067.html...

2019-03-13 09:58:32 785

空空如也

空空如也

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

TA关注的人

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