willwaywang6
willwaywang6
我也遇到了,覆盖了 fab 的 onTouchListener 是怎么弄的?
As 版本的工程代码:[《Android开发艺术探索》书中源代码 AndroidStudio 版工程](https://github.com/jhwsx/android-art-res-as)
Same isssue here android.arch.persistence.room:runtime:1.1.0 com.amitshekhar.android:debug-db:1.0.4 I have noticed that the return value from insert operation is ok, but I can't see the item in db online. In fact, after I...
The behavior trace of users is strongly related to permission request process, which is backed by EP. Actually, I am not 100% sure that it is a problem of EP,...
@samtstern Could you please help me exclude that it's a problem of EP?
I come across this kind of error. You may try to keep the classes that the error point to. Also, refer to this link: [ProGuard obfuscation issue: UnsatisfiedLinkError: No implementation...
其实上面的解释是清楚的, 如果仔细看的话. **报错指向了.so库中的一些类, 把那些类keep住就可以了.** 补充一下, 我遇到的问题是debug包正常, release包报上面的错误, 所以定位到是混淆的问题. 希望能帮助到你.
@ximsfei , 今天这个问题大概率出现了,在 Vivo 9.0 V1813BT 上,调用 `SkinCompatManager.getInstance().loadSkin` 方法,执行 `SkinLoadTask`,过了大概 90s 才开始执行 `doInBackground` 方法。