-
1:编译报错
程序有多library,有分包
ABORT
org.aspectj.weaver.BCException: Whilst processing type 'Lcom/hyphenate/chat/EMCallManager$EMVideoCallHelper;' - cannot cast the outer type to a reference type. Signatu…
-
Hi everyone! I'm trying to update to Realm **3.5.0**, but I'm getting this error everytime!, So I can't compile, my gradle files are:
**Main Build.gradle**
// Top-level build file where you can …
-
I want to import same project in android, how can i do it. while i am doing it i am facing multiple issues
-
Hi
I'm using your repo.I successfully integrated OneSignal Sdk in my empty project.But I have one problem,now I try to add com.google.gsm.google-services in my project.Here is one gradlie file
``…
-
When I pop backstack of fragments and smarttablayout in this fragment then I try to open this fragment again smart tab layout is not reset to first and not clear cache . I want to clear cache of smart…
-
I am facing this problem Multiple dex files define Lcom/getkeepsafe/relinker/SystemLibraryLoader;
Here is my build.gradle:moduleapp
apply plugin: 'com.android.application'
apply plugin: 'realm-…
-
For some reason I'm getting multiple instances of the OptionSheet. For instance, if I open up FragmentX & then open up the OptionSheet, the next time I open up another instance FragmentX & open up the…
-
布局如下
…
-
DslTabLayout 能做到这种效果吗,或者说有没有什么接口可以快速实现
https://github.com/Ultrahuman-tech/SmartTabLayout
![image](https://raw.githubusercontent.com/ogaclejapan/SmartTabLayout/master/art/demo4.gif)
-
if (distributeEvenly) {
LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) tabView.getLayoutParams();
lp.width = 0;
lp.weight = 1;
}
if (internalTabC…