-
Notifications
You must be signed in to change notification settings - Fork 709
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
Bug: Unresolved dependencies error while building app #910
Comments
@miPlodder This issue appears in #907, #908. Fix for this issue might be #909 |
I was having this issue in my project after cloning it. I actually solved it by changing some stuff in build.gradle. I added it to .gitignore though. UPDATE: What I did was a temporary workaround in my computer. I increased minSdkVersion to 21 and removed multidex library dependency. As described here, projects with minSdkVersion >= 21 do NOT require multidex library to be imported in build.gradle. That way I avoided that error. This is only a temporary solution working as a workaround |
@miPlodder I'm able to fix this issue by updating the |
Fix #910 : Improved multidex and repository declaration
Summary:
Can't build the app, because of compiler unresolved dependencies errors, such as:
Steps to reproduce:
Expected behaviour:
Complete build
Observed behaviour:
As I mentioned before, there are unresolved dependencies errors:
Running
./gradlew --debug check
logs:For more details, check pastebin where I've posted more details from logs
https://pastebin.com/XiXbYFAW
Device and Android version:
Mobile device doesn't matter here, so I'll just say that I'm using Android Studio as an IDE
Screenshots:
The text was updated successfully, but these errors were encountered: