Android Studio Create AAR using another AAR file and jar inside
问题 I am creating AAR file using another aar and jar file dependency. I have successfully created the .aar release file. Then, I have imported my new AAR file into the sample Project. the project is running fine. when going to access that aar and jar classes mean, It's showing NoClassDefFound error. Note: First I want to know, as of now AAR inside another AAR is possible or not. can anyone help me to come out from this new things issue? I referred to this link also Create an AAR with multiple