Posts by Diego Souza • 111 points
1 post
-
1
votes1
answer790
viewsA: I can’t find solution for "java.lang.Nullpointerexception" Error - Android Studio
You used the method equals when the dataSnapshot.child("ImagemPerfilURL").getValue() is void. If Child "ImagemPerfilURL" cannot be null, then that is the real problem, being the NullPointerException…