Android Firebase Database Exception: Not Define A No-argument Constructor
I'm receiving an error presented below: com.google.firebase.database.DatabaseException: Class com.example.admin.albumsviewer.Album$Info does not define a no-argument construct
Solution 1:
Info
and Utwory
shouldn't be inner classes nested inside Album
. Make them independent classes instead.
Post a Comment for "Android Firebase Database Exception: Not Define A No-argument Constructor"