shamanland / floating-action-button

Implementation of a circular button made of paper that lifts and emits ink reactions on press.
http://shamanland.github.io/floating-action-button
Apache License 2.0
371 stars 88 forks source link

Error:Could not find property 'processManifest' on com.android.build.gradle.internal.api.LibraryVariantImpl_Decorated. #13

Closed VMatrix1900 closed 9 years ago

VMatrix1900 commented 9 years ago

I upgrade my Android Studio to the latest version: 1.0RC4. It doesn't support gradle plugin 0.12.2. The minimum support version is 0.14.0 and the recommended version is 1.0.0-rc4. So I use the recommended version. But gradle sync failed. Error message is Error:Could not find property 'processManifest' on com.android.build.gradle.internal.api.LibraryVariantImpl_Decorated. I guess the property is deprecated in the new version of gradle? Please fix this.

ok3141 commented 9 years ago

Do you want to compile a demo?

VMatrix1900 commented 9 years ago

@shomeser yes,of course

ok3141 commented 9 years ago

It works well on Android Studio 0.8.14. I didn't migrate yet to the newest one.

If you want just to see how it works, try to compile it from command line:

# Linux
./gradlew build

# Windows
gradlew build
ok3141 commented 9 years ago

Fixed in this commit.