Context error while develope extension

Alright

public class Hosts extends AndroidNonvisibleComponent implements Component {
    private ComponentContainer container;
    // Add this => private Context context;

    public Hosts(ComponentContainer container) {
      super(container.$form());
      this.container = container;
      this.context = container.$context();
    }

You’ll see :arrow_double_up: in the extension towards the beginnings except change Hosts to your filename, minus the .java

1 Like