fossasia / loklak_wok_android

"loklak wok" is a harvesting peer for the loklak_server https://github.com/fossasia/loklak_wok_android/raw/apk/loklak_wok_1.2_20160201.apk
GNU Lesser General Public License v2.1
1.55k stars 89 forks source link

[Error] While processing ic_search_24dp.xml after enabling Instant Run #93

Closed brijeshshah13 closed 6 years ago

brijeshshah13 commented 6 years ago

The following error occurs in the Gradle build:

Can't process attribute android:fillColor="@color/colorAccent": references to other resources are not supported by build-time PNG generation.

The problem is because the new Gradle cannot refer to color library, which is used to get the @color/colorAccent value.

Supporting Proof: Under the Vector Drawables Backward Compatibility Solution section of the documentation.

Would I like to solve this? Yes.

Have you found the solution? Yes.