java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/app/ActivityManagerCompat

后端 未结 3 2394
無奈伤痛
無奈伤痛 2021-02-20 16:33

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

3条回答
  •  心在旅途
    2021-02-20 17:26

    you might be missing the dependency ...

     androidx.core:core:1.0.0
    

    which provides androidx.core.app.ActivityManagerCompat.

提交回复
热议问题