loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Crash Aplicattion #58

Open diegoarielbarriosmichalik opened 7 years ago

diegoarielbarriosmichalik commented 7 years ago

.XML <com.loopj.android.image.SmartImageView android:id="@+id/my_image" android:layout_height="match_parent" android:layout_width="match_parent" />

.JAVA SmartImageView myImage = (SmartImageView) findViewById(R.id.my_image); myImage.setImageUrl("http://www.awesomeimages.com/myawesomeimage.jpg");

Manifiest

error FATAL EXCEPTION: main Process:, PID: 14393 java.lang.NullPointerException: Attempt to invoke virtual method 'void com.loopj.android.image.SmartImageView.setImageUrl(java.lang.String)' on a null object reference

matuxneo commented 5 years ago

Estou com o mesmo problema.

ShinChven commented 4 years ago

This library is too old, you guys should consider using modern libs like glide.