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
When I try to include it in some layout or try to add some other views it gives my exception : Attempt to invoke virtual method 'boolean android.graphics.Bitmap.isRecycled()' on a null object reference
Update : Basically when I change the Root layout from LinearLayout to Relative or any other then I get this.
Tried everything possible but it didnt work.
The text was updated successfully, but these errors were encountered:
Can you post the relevant code somewhere? (Gist or something).
Then you can post a new question on stackoverflow. Post the link here and I can take a look.
Hi,
When I try to include it in some layout or try to add some other views it gives my exception : Attempt to invoke virtual method 'boolean android.graphics.Bitmap.isRecycled()' on a null object reference
Update : Basically when I change the Root layout from LinearLayout to Relative or any other then I get this.
Tried everything possible but it didnt work.
The text was updated successfully, but these errors were encountered: