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

打印的泄漏日志: android.view.WindowLeaked: Activity com.bank.account.BuyActivity has leaked window android.widget.ImageView{b3912b1 V.ED..... ......ID 0,0-296,146} that was originally added here at android.view.ViewRootImpl.(ViewRootImpl.java:1038) at android.view.ViewRootImpl.(ViewRootImpl.java:1022) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:401) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:154) at com.blankj.utilcode.util.ToastUtils$WindowManagerToast.show(ToastUtils.java:630) at com.blankj.utilcode.util.ToastUtils$ActivityToast.showWithActivityWindow(ToastUtils.java:739) at com.blankj.utilcode.util.ToastUtils$ActivityToast.show(ToastUtils.java:680)...

bug

## 描述 Bug 目前1.31.1版本,把项目的jdk更新到11后就报了BusUtils: The bus of tag <XXX> is not exists异常,其他都没有改动

bug

项目引入 implementation 'com.blankj:utilcodex:1.31.1' 后,添加混淆,运行直接报错: java.lang.IncompatibleClassChangeError: Class 'android.content.res.XmlBlock$Parser' does not implement interface 'pe.a' in call to 'int pe.a.next()' (declaration of 'com.blankj.utilcode.util.UtilsFileProvider' appears in /data/app/com.guoyao.bookmachineb-2/base.apk) at com.blankj.utilcode.util.UtilsFileProvider.f(SourceFile:32) at com.blankj.utilcode.util.UtilsFileProvider.a(SourceFile:39) at com.blankj.utilcode.util.UtilsFileProvider.attachInfo(SourceFile:1) at...

bug

## Describe the feature A clear and concise description of what the feature is. ## Reference Hope to give some reference articles, links, code, if any. ## Please delete the...

help wanted

## 描述需求 关闭屏幕 特殊需求:关闭屏幕并且不自动进入休眠状态 ## 可借鉴的 无

help wanted

No gun or snipp..r #w8o

怎么才能获取到当前WiFi连接的设备IP?

bug

## 描述 Bug FileUtils.isFileExists(File("$path$fileName")) 判断不生效 - AndroidUtilCode 的版本:com.blankj:utilcodex:1.31.1 - 出现 Bug 的设备型号:Galaxy Note4 - 设备的 Android 版本:6.0.1 ## 相关代码 if (FileUtils.isFileExists(File("$path$fileName"))) { L.warn(TAG, "文件已存在 fileName=$fileName") return } 该文件存在,if没有被return

bug