ribot / easy-adapter

[DEPRECATED] Easy Adapters library for Android
http://ribot.github.io
Apache License 2.0
421 stars 50 forks source link

Cannot build #20

Closed IgorGanapolsky closed 9 years ago

IgorGanapolsky commented 9 years ago

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.

ivacf commented 9 years ago

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.

IgorGanapolsky commented 9 years ago

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: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.

— Reply to this email directly or view it on GitHub https://github.com/ribot/easy-adapter/issues/20#issuecomment-67081544.