I have made an android archive (.aar) which has two activities. I want to use those in another app.
I was able to call the functions of aar by using the aar MainActivity class but I am unable to call upon the activity using startActivity() which I need as the activity layout is not loading right now.