I am trying to use a BroadcastReceiver as an inner class to track the network state but I got the exception in the title. What should I do to
BroadcastReceiver
just make your Receiver Class static like:
public [static] class ReceiverClass extends BroadcastReceiver