krschultz / android-proguard-snippets

Proguard configurations for common Android libraries
http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/
Apache License 2.0
4.59k stars 598 forks source link

Doesn't work with Build Tools 2.2.3 #141

Closed rocboronat closed 7 years ago

rocboronat commented 7 years ago

The thrown message when syncing the gradle project is

Error:(110, 0) Cannot convert the provided notation to a File or URI: file collection.
The following types/formats are supported:
  - A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
  - A String or CharSequence URI, for example 'file:/usr/include'.
  - A File instance.
  - A URI or URL instance.
<a href="openFile:/Users/roc/Projects/AndroidStudio/bluejobs-app/app/build.gradle">Open File</a>
jdulaney commented 7 years ago

see https://github.com/krschultz/android-proguard-snippets/issues/138

rocboronat commented 7 years ago

Thanks @jdulaney ! Worked like a charm!