nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

Failed to build plugin @nativescript-community/ui-image in Nativescript 8 #46

Closed wontroba666 closed 2 years ago

wontroba666 commented 2 years ago

hello, on Nativescript 8, Android, after generating the basic application and adding ui-image - it is not possible to build / run the application

i have a bug

BUILD FAILED in 4s Failed to build plugin @nativescript-community/ui-image : Error: Command ./gradlew failed with exit code 1

Steps to reproduce: ns create myCoolApp tns plugin add @nativescript-community/ui-image ns run android

Can anyone help me ?

wontroba666 commented 2 years ago

the older version 4.0.34 works fine

farfromrefug commented 2 years ago

@wontroba666 sorry about this one. Just published a new version to fix it. 4.1.2 should be ok

wontroba666 commented 2 years ago

Thanks! it works ;)