Closed VMatrix1900 closed 9 years ago
Do you want to compile a demo?
@shomeser yes,of course
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
Fixed in this commit.
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.