jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.54k stars 186 forks source link

Android-PickerView/v1.9 build #654

Closed DeKaiju closed 8 years ago

DeKaiju commented 8 years ago

Log https://jitpack.io/com/github/John-Constantine/Android-PickerView/v1.9/build.log

DeKaiju commented 8 years ago

Project build failed when I use gradle version 2.2.1.Error log is

Failed to apply plugin [id 'com.android.application'] Gradle version 2.10 is required. Current version is 2.2.1. https://jitpack.io/com/github/John-Constantine/Android-PickerView/v1.8/build.log

So I change project gradle version to 2.1.0.But the project build failed again. I don't know how to make this project build successful.

jitpack-io commented 8 years ago

Hi

Looks like the android-maven plugin is missing from build.gradle. Docs https://jitpack.io/docs/ANDROID/

DeKaiju commented 8 years ago

Thanks.This document help me.I have solved this problem.