-
Notifications
You must be signed in to change notification settings - Fork 433
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 'prepareReleaseDependencies' for project ':someLib' of type org.gradle.api.Project. #84
Comments
Use "compile" or "provided" instead of "embeded" may resovle your problem. |
Ha-ha.. I use this lib to embeded aar. Not compile or provided ) P.S. Fix this by downgrade from AS 3 to AS 2.3.3 |
here is the same question: #45 |
Still doesn't work on gradle 3.0, is it work to someone ? |
can't work on gradle 3.0? |
same error with you |
I've "fixed" this downgrading gradle to dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
} |
Hi, I've "fixed" this downgrading gradle to 2.14.1 version. gradle-wrapper.properties : build.gradle |
You are right, I'v tried to fix fat-aar error code and compile with new gradle version 4.x. |
Error:Could not get unknown property 'prepareReleaseDependencies' for project ':someLib' of type org.gradle.api.Project.
What is wrong?
The text was updated successfully, but these errors were encountered: