MatteoBattilana / WeatherView

WeatherView is an Android Library let you make cool weather animations for your app
Apache License 2.0
514 stars 80 forks source link

Demo app doesn't run on API levels < 21 #10

Closed magneticflux- closed 7 years ago

magneticflux- commented 7 years ago

It looks like a bug in the support libraries possibly. The code that triggers the crash happens inside of the AppCompatActivity when it tests for vector drawable support.

magneticflux- commented 7 years ago

It was this bug! I'm updating to AS 3.0 Canary 8 now which fixes the issue.