-
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
Could not get unknown property 'packageReleaseResources' #45
Comments
What is the android gradle version you are using?
Also, this script is not meant to be applied on 'app' module.. only for
library projects..
|
3.2 and 3.1 |
App How to config this plugin for this case? |
Do you publish MyLib to customers? If yes, then it should be applied on
MyLib.
|
No, it's an internal library for my App. |
Then maybe you do not need this script.
This is only for people who release android libraries for use by other
people.
|
My App has lots of internal libs. So I need to make aars for it to speed up development. |
Error:Could not find property 'packageReleaseResources' on project ':app'. I have the same error |
Error:Could not get unknown property 'packageReleaseResources' for project ':mainmodule' of type org.gradle.api.Project. |
Error:FAILURE: Build failed with an exception.
Where:
Script 'https://raw.githubusercontent.com/adwiv/android-fat-aar/master/fat-aar.gradle' line: 114
What went wrong:
A problem occurred configuring project ':app'.
'com.android.tools.build:gradle:2.2.2'
buildToolsVersion "25.0.0"
The text was updated successfully, but these errors were encountered: