You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
.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
The text was updated successfully, but these errors were encountered: