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 have this error in gradle #28

Closed
EpsilonOrionis opened this issue Mar 30, 2015 · 2 comments
Closed

I have this error in gradle #28

EpsilonOrionis opened this issue Mar 30, 2015 · 2 comments

Comments

@EpsilonOrionis
Copy link

Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugCompile'.
Could not find com.amazon.android:amazon-maps-api:2.0.
Searched in the following locations:
https://jcenter.bintray.com/com/amazon/android/amazon-maps-api/2.0/amazon-maps-api-2.0.pom
https://jcenter.bintray.com/com/amazon/android/amazon-maps-api/2.0/amazon-maps-api-2.0.aar
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/android/m2repository/com/amazon/android/amazon-maps-api/2.0/amazon-maps-api-2.0.pom
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/android/m2repository/com/amazon/android/amazon-maps-api/2.0/amazon-maps-api-2.0.aar
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/google/m2repository/com/amazon/android/amazon-maps-api/2.0/amazon-maps-api-2.0.pom
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/google/m2repository/com/amazon/android/amazon-maps-api/2.0/amazon-maps-api-2.0.aar
Required by:
Link:app:unspecified > com.airbnb.android:airmapview:1.1.2
Could not find com.google.android.gms:play-services-maps:7.0.0.
Searched in the following locations:
https://jcenter.bintray.com/com/google/android/gms/play-services-maps/7.0.0/play-services-maps-7.0.0.pom
https://jcenter.bintray.com/com/google/android/gms/play-services-maps/7.0.0/play-services-maps-7.0.0.jar
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/android/m2repository/com/google/android/gms/play-services-maps/7.0.0/play-services-maps-7.0.0.pom
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/android/m2repository/com/google/android/gms/play-services-maps/7.0.0/play-services-maps-7.0.0.jar
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/google/m2repository/com/google/android/gms/play-services-maps/7.0.0/play-services-maps-7.0.0.pom
file:/C:/Users/Mirko/AppData/Local/Android/sdk/extras/google/m2repository/com/google/android/gms/play-services-maps/7.0.0/play-services-maps-7.0.0.jar
Required by:
Link:app:unspecified > com.airbnb.android:airmapview:1.1.2

@felipecsl
Copy link
Contributor

The problem with Amazon maps is that it's currently not on Maven Central, so you basically have to download it yourself and manually add it to your project's dependencies, which is far from ideal.
If you don't want to use Amazon maps you shouldn't have to still get it though. In order to fix this, we're gonna make the Amazon maps dependency optional, so you'll only have to pull it if you want to use. In the meantime we're gonna remove it until this issue is sorted out.

@petzel
Copy link
Contributor

petzel commented Mar 30, 2015

@EpsilonOrionis this should be fixed in the latest version. If you're using gradle/maven you can pull the new version which is 1.1.3

@petzel petzel closed this as completed Mar 30, 2015
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

3 participants