roottony / android-nologs-pluginLinks
Removes logs from android application built with Gradle & Android New Build System
☆28Updated 10 years ago
Alternatives and similar repositories for android-nologs-plugin
Users that are interested in android-nologs-plugin are comparing it to the libraries listed below
Sorting:
- easy ways to put classes in main dex.☆61Updated 7 years ago
- 一种在Dalvik虚拟机上多Dex首次加载的优化方案,支持4.1~4.4☆73Updated 5 years ago
- 梳理并检查项目中多个module的gradle依赖配置是否存在冲突☆38Updated 2 years ago
- 动态日志☆26Updated 7 years ago
- 个人的字节码插桩学习工程,也能作为模板参照使用☆30Updated 6 years ago
- 用于 android 打包过程中删除注解类☆30Updated 5 years ago
- A simple tool to detect the reason why your Android app is slow.☆52Updated 7 years ago
- run java by string☆25Updated 6 years ago
- Booster 示例:使用 ASM 操作字节码☆18Updated 6 years ago
- a extremely high performance log library for android. 高性能的Android日志库☆29Updated 8 years ago
- generate R2.java's fields rapidly.☆21Updated 7 years ago
- 一键移除Android项目中没有使用到的资源文件和Xml元素声明☆18Updated 4 years ago
- One-step to switch aar dependency or source dependency.(一键切换本地、远程依赖源插件)☆6Updated 7 years ago
- 增强型apk analyzer,支持ap_, ap, aar, aab, jar, so, awb, aab, apks等zip文件使用apk analyzer打开, android studio插件☆62Updated 5 years ago
- ☆34Updated 2 years ago
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆47Updated 6 years ago
- Module split、auto generate api module demo.(微信 Android 模块 api 拆分方案 demo)☆72Updated 5 years ago
- 用于分析函数耗时,能打印出函数参数值和返回值以及函数调用栈,还能修改aar和jar,自定义lint☆59Updated 4 years ago
- Android AOP Demo☆16Updated 8 years ago
- android gradle plugin transform patch☆30Updated 5 years ago
- a flipper plugin for android thread inspect☆23Updated 3 years ago
- A SharedPreferences' wrapper that truly supported sharing data across multi-process☆84Updated 7 years ago
- 滴滴Booster移动APP质量优化框架 学习之旅Study☆87Updated 6 years ago
- The Android ImageView using only native memory to render, avoiding OOM with best effort.☆24Updated 7 years ago
- Gradle plugin that supported publish all of your Java, Kotlin or Android libraries to any Maven Repository.☆19Updated 3 years ago
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)