java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.aidlclient/com.example.aidlclient.MainActivity}: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.remote.service.CALCULATOR }
Control is pointing to
bindService(it, mServiceConnection, Service.BIND_AUTO_CREATE); when i click on exception.