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 'packageReleaseResources' for projectof type org.gradle.api.Project. #56

Closed lichens1 closed 7 years ago

lichens1 commented 7 years ago

apply from: 'https://raw.githubusercontent.com/adwiv/android-fat-aar/master/fat-aar.gradle'

dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.1.1' testCompile 'junit:junit:4.12' embedded project(':libcamera-release') embedded project(':libcommon-release') embedded project(':libidcardcaptor-release') embedded project(':libimagecapture-release') embedded project(':liblivenessdetectionview2-release') embedded project(':liblivenessdetector2-release') embedded project(':olivelibrary') }

liangxianshen commented 7 years ago

The same problem, how do you solve?

lichens1 commented 7 years ago

I don't know if you can read Chinese , But it has a solution
http://www.jianshu.com/p/19228d835e68

liangxianshen commented 7 years ago

@lichens1 老乡!