Я пытаюсь импортировать обе библиотеки поддержки Android. Я пытаюсь внедрить GoogleMaps AP2 в свое приложение для Android. Поэтому мне нужны обе библиотеки. Я использую AndroidStudio и Gradle.
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
apt "org.androidannotations:androidannotations:$AAVersion"
compile "org.androidannotations:androidannotations-api:$AAVersion"
compile 'com.android.support:appcompat-v7:21.0.+'
// compile 'com.google.android.gms:play-services:6.1.+'
compile "com.android.support:support-v13:18.0.+"
compile "com.loopj.android:android-async-http:1.4.5"
repositories {
mavenCentral()
}
compile "com.github.chrisbanes.actionbarpulltorefresh:library:+"
compile 'joda-time:joda-time:2.5'
}
Ошибка:
Module version com.android.support:support-v13:18.0.0 depends on libraries but is not a library itself