Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am facing gradle build issue #47

Open
Atif-09 opened this issue May 22, 2023 · 4 comments
Open

I am facing gradle build issue #47

Atif-09 opened this issue May 22, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Atif-09
Copy link

Atif-09 commented May 22, 2023

Screenshot 2023-05-22 214233

@AshvinVavaliya
Copy link
Collaborator

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'

@Atif-09
Copy link
Author

Atif-09 commented Jun 5, 2023

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

@AshvinVavaliya
Copy link
Collaborator

AshvinVavaliya commented Jun 8, 2023

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.

@WSAyan
Copy link

WSAyan commented Jan 8, 2024

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.

@yashwantgowla-simform yashwantgowla-simform added the bug Something isn't working label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants