赞
踩
AS导入别人的项目报错Plugin with id 'org.greenrobot.greendao' not found.,这是因为你的Project目录下的build.gradle文件没有配置
Plugin with id 'org.greenrobot.greendao' not found.
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
引起的,项目中添加在运行就好了。