, 2 .
, , , , : , x, x :
compile "com.android.support:appcompat-v7:25.3.0"
gradle:
apply plugin: 'com.android.application'
android {
...
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "com.company.library_x:+"
compile "com.android.support:appcompat-v7:23.4.0"
}
, , library_x , 23.4.0, 25.3.0. , , 2 , . , library_x, , .
Fyi, : build->intermediates->exploded-aar->appcompat-v7->25.3.0->...class_of_the_error.class , .