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

Error:Conflict with dependency 'com.android.support:support-annotations' in project ':app'. Resolved versions for app (25.3.1) and test app (25.3.0) differ. See http://g.co/androidstudio/app-test-app-conflict for details. #7

Closed
rakshitsoni02 opened this issue May 1, 2017 · 1 comment

Comments

@rakshitsoni02
Copy link

please help to solve this.

@pedroSG94
Copy link
Owner

You have 2 ways:
Upgrade your project dependencies to 25.3.1 or exclude libraries dependencies like:
compile ('com.github.pedroSG94.rtmp-rtsp-stream-client-java:builder:v1.0.2'){
exclude group: 'com.android.support', module: 'support-annotations'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants