danimahardhika / candybar-library

Android icon pack material dashboard
Apache License 2.0
496 stars 143 forks source link

Unable to build with 3.5.0-b2 and Android Studio 3 #107

Closed walrus543 closed 7 years ago

walrus543 commented 7 years ago

Hi I've just updated to 3.5.0-b2 (import of the new template) and I have this error message when building my signed apk:

Warning:Exception while processing task java.io.IOException: proguard.ParseException: Unknown option 'android.support.v7.graphics.**' in line 22 of file '/home/arnaud/Thèmes/Raya/app/proguard-rules.pro' Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'. Job failed, see logs for details

as_1 The 4 options of Support Repository are checked. as_2 as_3

Android API 27 is partially installed. I don't know why. Can it explain the error? Thank you.

danimahardhika commented 7 years ago

Open file proguard-rules.pro and follow this commit https://github.com/danimahardhika/candybar-sample/commit/9f3dd975a00a32e8396f55daaed2bec2e28a77e6

walrus543 commented 7 years ago

Problem solved, thanks for your support.