0
    apply plugin: 'com.android.application'
    android {
    compileSdkVersion 24
    buildToolsVersion "24.0.0"
    defaultConfig {
        applicationId "app.teste"
        minSdkVersion 15
        targetSdkVersion 24
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
    dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:24.0.0'
    compile 'com.android.support:design:24.0.0'
    compile 'com.android.support:support-v4:24.0.+'
    compile'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
}
Guys I’m trying to sync on my project and this error is showing:
    Error:(1, 0) Plugin with id 'com.android.application' not found.
Open File
Can someone please help me.
@Pablo Almeida, I think the tag
android-studioshould be maintained.– ramaral
@All right. Let’s keep until we understand better the problem.
– Pablo Almeida