clovisnicolas / flutter_lamp

Lamp plugin for flutter
MIT License
28 stars 30 forks source link

Execution failed for task ':lamp:verifyReleaseResources'. #13

Open 2math opened 4 years ago

2math commented 4 years ago

Hi and thanks for this lib!

When I want to make a new android build this error happens :

Execution failed for task ':lamp:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed C:\Users\G-Station.gradle\caches\transforms-2\files-2.1\a16a4716498c2491397195c173df1e6b\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/font Style not found.

 C:\Users\G-Station\.gradle\caches\transforms-2\files-2.1\a16a4716498c2491397195c173df1e6b\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/font

not found.

 C:\Users\G-Station\.gradle\caches\transforms-2\files-2.1\a16a4716498c2491397195c173df1e6b\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/font

Weight not found.

 C:\Users\G-Station\.gradle\caches\transforms-2\files-2.1\a16a4716498c2491397195c173df1e6b\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/font

VariationSettings not found.

 C:\Users\G-Station\.gradle\caches\transforms-2\files-2.1\a16a4716498c2491397195c173df1e6b\core-1.1.0\res\values\values.xml:142:5-173:25: AAPT: error: resource android:attr/ttcI

ndex not found.

I was able to fixed as opening local version of the lib and changed in the build.gradle, compileSdkVersion and targetSdkVersion to 28.

Please distribute a new version with updated build.gradle . Thanks in advance!

VK-Gotit commented 4 years ago

I've the same problem :)

voonngee commented 4 years ago

Same happen to me too

aquadesk commented 3 years ago

I get the same issue.