Error:The 'java' plugin has been applied, but it is not compatible with the Android plugins
问题 I am working on one library project in android. I want to upload my library to the JCenter. I have created bintray account etc & followed all steps which are mentioned here. I did below changes in my application module & library module. Application Module build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 22 buildToolsVersion "22.0.1" defaultConfig { applicationId "com.app.testapp" minSdkVersion 8 targetSdkVersion 22 versionCode 1 versionName "1.0" } buildTypes {