I have added aar into android studio and trying to access one of the activity from aar into my project. I am to import that activity but at the run time I am getting java.lang.NoClassDefFoundError: .
The step that I followed to add aar:
1) imported an aar using file menu option. 2) then I added that library from module setting to my project.
I am able to all the activities which are there in aar in my main project manifest merge file.
whats going wrong, guide me