java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/app/ActivityManagerCompat
问题 Description I want to build todolist app.I want to store information using RoomDatabse. I build Database with room and get infomation than save to database. But when i click add button then i got exception. I have searched for an appropriate solution over the web but didn't find anything useful. Please help me. My exception Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.ActivityManagerCompat" while store data using Room. My Android Studio Configuration