SMOOTSARA Active Member Licensed User Longtime User May 31, 2018 #1 Hi According to the following topic https://www.b4x.com/android/forum/threads/multi-dex-option.93566/#post-592365 I need to clear duplicate references in the program 1. How can I see the list of program references? 2. How can I identify duplicate references? 3. Which references should be erased? Thanks
Hi According to the following topic https://www.b4x.com/android/forum/threads/multi-dex-option.93566/#post-592365 I need to clear duplicate references in the program 1. How can I see the list of program references? 2. How can I identify duplicate references? 3. Which references should be erased? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 31, 2018 #2 Too many smilies There is no simple answer. 2426 me.zhanghai.android.materialprogressbar This comes from a library. Remove that library. 2426 android.support.v7.recyclerview Remove with: #ExcludeClasses: android.support.v7.recyclyerview Make sure to test as it can break something. Upvote 0
Too many smilies There is no simple answer. 2426 me.zhanghai.android.materialprogressbar This comes from a library. Remove that library. 2426 android.support.v7.recyclerview Remove with: #ExcludeClasses: android.support.v7.recyclyerview Make sure to test as it can break something.