adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

Error:Could not get unknown property 'transformNative_libsWithSyncJniLibsForRelease' for project ':rxjava' of type org.gradle.api.Project. #74

Closed liangxianshen closed 7 years ago

liangxianshen commented 7 years ago

apply plugin: 'com.android.library' apply from: 'fat-aar.gradle'

android { compileSdkVersion 25 buildToolsVersion "25.0.1"

defaultConfig {
    minSdkVersion 14
    targetSdkVersion 19

}

}

dependencies { compile 'io.reactivex.rxjava2:rxjava:2.0.6'

compile 'com.squareup.retrofit2:adapter-rxjava:2.2.0'
compile 'com.trello:rxlifecycle-components:1.0'
compile 'com.jakewharton.rxbinding:rxbinding:1.0.1'
embedded 'io.reactivex.rxjava2:rxandroid:2.0.1'

}

liangxianshen commented 7 years ago
    embedJniLibs.dependsOn transformNativeLibsWithSyncJniLibsForRelease

fixed #46