Cannot build
IgorGanapolsky opened this issue · 2 comments
I cannot build your project. I keep getting the error:
Error:Could not find property 'processManifest' on com.android.build.gradle.internal.api.LibraryVariantImpl_Decorated@4179146c.
How are you trying to build the project?
This should work to build the library: ./gradlew :library:build
And this to build and install the demo project: ./gradlew :demo:installDebug
If you are trying to build it with the latest version of Android Studio it may not work. I have to update the project to the latest version of Gradle and the android plugin. Pull requests are welcome.
I had to comment out the library in settings.gradle. that's the only way I
could get the project to build...
On Dec 15, 2014 5:49 PM, "Ivan Carballo" notifications@github.com wrote:
How are you trying to build the project?
This should work to build the library: ./gradlew :library:build
And this to build and install the demo project: ./gradlew
:demo:installDebugIf you are trying to build it with the latest version of Android Studio it
may not work. I have to update the project to the latest version of Gradle
and the android plugin. Pull requests are welcome.—
Reply to this email directly or view it on GitHub
#20 (comment).