Open Atif-09 opened 1 year ago
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'
Hi https://github.com/AshvinVavaliya Thank you for your response! I have tried all these but still, it's giving me gradle error
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.
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.