SSCustomBottomNavigation icon indicating copy to clipboard operation
SSCustomBottomNavigation copied to clipboard

I am facing gradle build issue

Open Atif-09 opened this issue 2 years ago • 4 comments

Screenshot 2023-05-22 214233

Atif-09 avatar May 22 '23 16:05 Atif-09

Hi https://github.com/Atif-09 For this issue, Required to add the multidex in your app/build.gradle file and also required proper implementation of maven setup.

If you are using the AndroidX then add in your gradle implementation 'androidx.multidex:multidex:2.0.1' else implementation 'com.androidx.multidex:multidex:2.0.1'

AshvinVavaliya avatar May 31 '23 04:05 AshvinVavaliya

Hi https://github.com/AshvinVavaliya Thank you for your response! I have tried all these but still, it's giving me gradle error

Atif-09 avatar Jun 05 '23 06:06 Atif-09

Hello Atif-09 I tried to regenerate your issue but still not generated so can you please share your code of gradle file for more clearification and also check your Gradle JDK version in your android studio preferences.

AshvinVavaliya avatar Jun 08 '23 04:06 AshvinVavaliya

I am also facing this issue. Newer gradle versions(8.0.0) can not download com.android.support:multidex:2.0.1 from goole repository. please migrate this project to androidx and make compatible to higher gradle versions.

WSAyan avatar Jan 08 '24 19:01 WSAyan