I have the following code
public abstract class BaseAdapter extends ArrayAdapter { public BaseAdapter(Con
I faced this issue before, I'm not sure why that happened, but I resolved it by making the not-accessible inner class a stand-alone class (not inner means in a separate file).