Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
liangxianshen opened this issue Jun 16, 2017 · 1 comment

Comments

@liangxianshen
Copy link

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
Copy link
Author

    embedJniLibs.dependsOn transformNativeLibsWithSyncJniLibsForRelease

fixed #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant