-
萌新求带!
项目引用了80多个第三方库,6个SDK,按框架要求的架构拆分出模块13个。
然后第一次全量编译一般在 1 个小时左右,模块的增量编译耗时在10分钟左右。发布版SDK有 30M。发布的时候编译更难受,还要混淆,耗时30分钟左右。
编译时间集中在compileJavaWithJavac这里,不过貌似Arouter,Glide,butterknife,dagger,rx一系…
-
当我反复进入和退出同一个OCR页面时会出现会出现OCR空对象的引用.
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.baidu.ocr.sdk.utils.CrashReporterHandler.release()' on a null object refe…
-
I am one of the unfortunate ones that is still writing Android apps in Java and not Kotlin. I just updated our project to AndroidX, and while doing a pass on all our dependencies to upgrade everything…
-
My project used rxjava, so butterknife or rxbinding which I choose is better?
-
经过项目实测,includeJarFilter和excludeJarFilter针对部分第三方依赖配置无效,比如对于rxbinding无效(完整依赖:com.jakewharton.rxbinding2:rxbinding:2.0.0),无论使用groupId还是artifactId都无效
-
The android x libraries are currently at release candidate versions so I figured it'd be a good time to discuss this. Hopefully migrating RxBinding will just involve a whole lot of renaming of imports…
-
I want to run validation so that the submit button can be disabled until all the fields are valid. But calling validate() causes the error text to appear on the fields before the user has even had a c…
-
I'm just beginning to look into androidx. Evidently there is some work involved in migrating a library like RxAndroidBle to it, but I have no idea how much.
Can you comment on the status of this? …
-
I keep getting the same error when using `auto-value-parcel` and `auto-value-firebase`. The project works without adding their dependencies and usages. But when I add them back the problem returns. Pl…
-
Hello, first of all I want to say that your Library looks great and I'm glad being able to use it.
Unfortunately I'm getting an error on following line of code:
RxView.clicks(_btn_loadWithRx…