AndreaVitale / av.imageview

Titanium native ImageView module that extends the default Titanium ImageView with more capabilities and a different caching system.
MIT License
96 stars 29 forks source link

Not works on Android with 9.1.0 #102

Closed frodfigu closed 3 years ago

frodfigu commented 4 years ago

Hi Andrea,

I'm having this issue:

Requested module not found: AvImageview

on Android with 9.1.0.GA... everything works fine on iOS with the same configuration.

Any solution for this problem?

Captura de pantalla 2020-11-01 a las 23 52 25
m1ga commented 4 years ago

not sure if that is the same issue we've discussed in slack :) Which version are you using? try 5.0.1 (https://github.com/AndreaVitale/av.imageview/releases/tag/Android-5.0.1) and make sure to include it correctly in tiapp.xml in case you use "platform" inside the module tag.