No setter/field for found Android Firebase
问题 I used FirebaseRecyclerAdapter to get all the childs of "Pro" using a Model class named " Spacecraft" and now I want to retrieve all the candidates into a child of Pro like "1" I created a public static "candidat" into "Spacecraft" and I used the setters and getters but still the same error This is my database: this is the Model Class public class Spacecraft{ private String name; private String desc; private String last; private candidat candidat; public Spacecraft.candidat getCandidat() {