I used 25.+’ libs hence this error how can I solve it. Plz help.
Appcompat in mainfaist error
Try downgrading Google play services ads libraries.
compile 'com.google.android.gms:play-services-ads:16.0.0'
Use below code
dependencies {
compile fileTree(dir: ‘libs’, include: [’*.jar’])
compile "com.android.support:support-v4:23.1.1"
compile “com.android.support:appcompat-v7:23.1.1”