رفتن به مطلب
  • 0

خطا در اجرای پلاگین های اندروید


rayankar

سوال

Error:The 'java' plugin has been applied, but it is not compatible with the Android plugins.

لطفا اگه کسی بلدهراهنمایی کنه رفته رو اعصاب

apply plugin: 'java' رو حذف کردم نشد
import com.android.build.gradle.AppExtension
apply plugin: 'com.android.application'
apply plugin: 'java'


def extension = android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }




// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

 



   release {
            minifyEnabled false
                          proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
//}
extension

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

 

 

 

 

 

 

 

 

 

 

import com.android.build.gradle.AppExtension
apply plugin: 'com.android.application'
apply plugin: 'java'


def extension = android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }

   release {
            minifyEnabled false
                          proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
//}
extension

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

 

 

 

 

 

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}
لینک ارسال
به اشتراک گذاری در سایت های دیگر

6 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

لطفا کدهای build.gradle هم ماژول اصلی هم ماژول app رو هم پیوست کنید اینجوری چیزی نمیشه گفت

لینک ارسال
به اشتراک گذاری در سایت های دیگر

import com.android.build.gradle.AppExtension
apply plugin: 'com.android.application'
apply plugin: 'java'


def extension = android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }

   release {
            minifyEnabled false
                          proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
//}
extension

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

 

 

 

 

// Top-level build file where you can add configuration options common to all sub-projects/modules.


buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }

 

در در 1395/09/21, 01:34:09، محمدرضا شاهپیری گفته است :

لطفا کدهای build.gradle هم ماژول اصلی هم ماژول app رو هم پیوست کنید اینجوری چیزی نمیشه گفت

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

کدهای ماژول APP رو به این صورت بنویسید

apply plugin: 'com.android.application'
android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }

   release {
            minifyEnabled false
                          proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

در 29 دقیقه قبل، محمدرضا شاهپیری گفته است :

کدهای ماژول APP رو به این صورت بنویسید


apply plugin: 'com.android.application'
android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }

   release {
            minifyEnabled false
                          proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

 

در 29 دقیقه قبل، محمدرضا شاهپیری گفته است :

کدهای ماژول APP رو به این صورت بنویسید


apply plugin: 'com.android.application'
android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }

   release {
            minifyEnabled false
                          proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

 

A problem occurred evaluating root project 'SimpleBook'.
> Could not find method android() for arguments [build_dgrq1fwc9rsekt94cxr39hqbo$_run_closure3@123d7057] on root project 'SimpleBook' of type org.gradle.api.Project.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Process finished with exit code 1

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

سلام

یه BuiildTypes کم بود، اینو تست کنین »

apply plugin: 'com.android.application'
android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }
  buildTypes {
       release {
                   minifyEnabled false
                   proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

در 22 ساعت قبل، مجید آرتا گفته است :

سلام

یه BuiildTypes کم بود، اینو تست کنین »


apply plugin: 'com.android.application'
android {
    compileSdkVersion 23
    buildToolsVersion "23"

    defaultConfig {
        applicationId "ir.apdroid.simplebook"
        minSdkVersion 8
        targetSdkVersion 23
        versionCode 1
        versionName "2.0"
    }
  buildTypes {
       release {
                   minifyEnabled false
                   proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.0.1'
}

 


FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Program Files\Android\Android Studio\SimpleBook\build.gradle' line: 22

* What went wrong:
A problem occurred evaluating root project 'SimpleBook'.
> Could not find method android() for arguments [build_dgrq1fwc9rsekt94cxr39hqbo$_run_closure3@123d7057] on root project 'SimpleBook' of type org.gradle.api.Project.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 5.336 secs

Process finished with exit code 1

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...