【Androidstudio】kotlin class org.greenrobot.greendao.test.DbTest, unresolved supertypes: android.test

问题描述

kotlin项目中引入GreenDao数据库,在编译并运行时出现如下问题:

Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class org.greenrobot.greendao.test.DbTest, unresolved supertypes: android.test.AndroidTestCase

原因分析:

缺少:android.test.AndroidTestCase

你可能感兴趣的:(androidstudio,android,studio)