I\'m deriving a custom application from android.app.Application and I can\'t get its onCreate event being fired. Here\'s the implementation
import android.ap
As Balaji Mentioned if your still facing issue even after mentioning class name under application tag
Then try this:
Try and disabling Instant Run and then clean project and Rebuild it and then run again. It worked for me. Thanks.