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

fail to build app using ns 8.2.3 and ui-image 4.1.6 #48

Closed liuy97 closed 2 years ago

liuy97 commented 2 years ago

demo.tar.gz

When I build android app, I get the following exception.

Gradle build...
         + applying user-defined configuration from /Users/yong/workspace/demo/App_Resources/Android/before-plugins.gradle
         + setting applicationId
         + applying user-defined configuration from /Users/yong/workspace/demo/App_Resources/Android/before-plugins.gradle

Script '/Users/xxxx/workspace/demo/node_modules/@nativescript-community/ui-image/platforms/android/include.gradle' line: 25
A problem occurred evaluating script.
Cannot get property '@akylas/nativescript' on null object

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

ns build android

farfromrefug commented 2 years ago

@liuy97 thanks for the report and sorry for the trouble. Can you try 4.1.7 and tell me if it fixes it?

liuy97 commented 2 years ago

@farfromrefug , thanks a lot. I have confirmed that V4.1.7 has fixed this bug.