Android IDE (AIDE) Support Forum

Appcompat in mainfaist error

I used 25.+’ libs hence this error how can I solve it. Plz help.

Try downgrading Google play services ads libraries.

compile 'com.google.android.gms:play-services-ads:16.0.0'

I did it but don’t work

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”