AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

:fire: Android developers should collect the following utils(updating).

Results 241 AndroidUtilCode issues
Sort by recently updated
recently updated
newest added

## Describe the bug A clear and concise description of what the bug is. - The version of AndroidUtilCode: - The device: - The version of device: ## The code...

bug

## Describe the bug A clear and concise description of what the bug is. - The version of AndroidUtilCode: utilcode:1.30.6 - The version of device: API 31 ## The code...

bug

提供以下接口, preload(...) play(...) stop(...) resume(...) pause(...) setLoop(...) setVolume(...) setRate(...) release()

ActivityUtils 增加finishExceptActivities(class)方法,结束所有该类型的Activity

## 独立进程下会闪退 新开启了一个独立进程的Activity,然后启动这个Activity,就闪退了 - AndroidUtilCode 的版本:1.30.0 - 出现 Bug 的设备型号:所有设备 - 设备的 Android 版本:所有版本 ## 相关代码 ## 异常堆栈 This is not main thread, and the caller should invoke Looper.prepare() and...

bug

kotlin-android-extensions已经废弃了,里面的一些代码已经被kotlin官方迁移到其他软件包。如果项目里使用了kotlin迁移后的软件包,会冲突,会报 duplicate class

help wanted

SDCardUtils.getSDCardInfo方法在 android11手机 targetSdk30 报错 targetSdk28 正常 java.lang.NoSuchMethodException: android.os.storage.StorageVolume.getPath [] android11 getPath 方法被移除了 提供了getDirectory 应该使用storageVolume.getDirectory().getAbsolutePath() ``` Method getPathMethod = null; if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) { getPathMethod = StorageVolume.class.getMethod("getPath"); } for (StorageVolume...

bug

## 描述 Bug 使用工具类时发生内存泄漏 - AndroidUtilCode 的版本:utilcodex:1.31.1 - 出现 Bug 的设备型号:Pixel5 - 设备的 Android 版本:API 31 ## 相关代码 ``` /** * 快速请求权限 */ fun request( onAllGranted: () -> Unit, @PermissionConstants.PermissionGroup...

bug

## 描述 Bug 更新了Android studio,gradle从 4.1.2 -> 7.3.0 com.android.tools.build:gradle:7.3.0 编译过程 有些关于bus的报错;编译后 __bus__.json 是空的 内容:{} 操作系统:mac 怀疑是版本不兼容 - AndroidUtilCode 的版本:com.blankj:utilcodex:1.31.1(更新前1.26.0也一样) - 出现 Bug 的设备型号:all - 设备的 Android 版本:all ## 相关代码 ```...

bug