stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 261 forks source link

compile failed version 4.0.0 #176

Closed mobyqll1102 closed 7 years ago

mobyqll1102 commented 7 years ago

compile version 4.0.0 take a long time but failed

zawadz88 commented 7 years ago

Hi, Could you provide more details so that we can help, please? Are you compiling the sample or using the library in your project? What's the error? What build tools/support library are you using?

Without these it will be hard to help.

mobyqll1102 commented 7 years ago

my build tools 25.0.2 ,i using the library 4.0.0 in project when build take a long time until failed . using the library 3.3.0 can success, but 3.3.0 has no method( builder.setBackButtonVisible(false)) when create StepViewModel.Builder ;

zawadz88 commented 7 years ago

Can you post the stack trace of the error? What exactly is failing? If you're missing the stack trace you can do the following: ./gradlew assembleDebug --stacktrace

mobyqll1102 commented 7 years ago

this is error:Failed to resolve: com.android.support:appcompat-v7:25.4.0 but my Repository version is latest. what's meaning?

zawadz88 commented 7 years ago

Hi, This is due to the changes in downloading support libraries. Please see: https://issuetracker.google.com/issues/62830109

mobyqll1102 commented 7 years ago

@zawadz88 thanks very much