简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Android——Gradle Failed to transform file ‘x.jar‘ to match attributes using transform JetifyTransform
把旧项目的jar包放到新项目 Androidx版本时,Gradle异常。Execution failed for task ':app:checkDebugClasspath'.> Could not resolve all files for configuration ':app:debugCompileClasspath'.> Failed to transform file '
Android——支持图片加视频无限轮播的banner
基于https://github.com/youth5201314/banner扩展,图片+视频无限轮播bannerDemo地址https://gitee.com/saqino/pic-video-banner-demo.git说明使用大佬的banner控件是很方便的,但是对视频+图片无限轮播的支持较弱,所以决定重写几个类实现功能。不重写无法实现的原因如下:无限轮播模式下,item大于1时, ad
Android——app内打开安装包,安装包解析失败
7.0,8.0以上安装权限都配置完毕,Provider也配置完毕检查是否有读写权限<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /><uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /
到底了