• 2023-12-19android 接入 GreenDao 报错Unresolved reference: DaoMaster
    这是我在51CTO博客的第一篇博文。大家好,我是永远的回忆丶,混迹移动端多年的安卓开发工程师。今天我来分享一个踩坑记录,关于GreenDao接入的问题。出现场景:接入GreenDao并且使用更多插件之后,很容易产生报错Unresolvedreference:DaoMaster解决方法:plugins{id'com.android.
  • 2023-11-16How to use SUM and DINSTINCT with GreenDao?
    HowtouseSUMandDINSTINCTwithGreenDaoquerybuilder?AskQuestionAsked 7yearsagoModified 6years,7monthsagoViewed 1ktimes Partof MobileDevelopment Collective Reportthisad2Iwanttogetthesumoftotalrowsinac
  • 2023-09-28Android GreenDao数据库使用
    GreenDao介绍GreenDao是一个开源的AndroidORM嵌入式关系数据库,通过将Java对象映射到数据库表(称为ORM,“对象/关系映射”),使用一个简单的面向对象的API来存储、更新、删除和查询Java对象。GreenDao特点●最佳性能(可能是Android中最快的ORM),基准测试也是开源的;●
  • 2023-09-14android中使用greedDao
     android中使用greedDao一工具说明Greendao是一个在android中快速生成数据库操作的orm工具,最近在项目中使用到,具体操作记录如下,供以后使用快速集成。该项目的源码在gitee的镜像地址为:【https://gitee.com/freewsf/greenDAO_1#add-greendao-to-your-project】二使用方式1.在
  • 2023-08-15在AndroidStudio4.1.1上使用GreenDao
    一、概述项目中需要用到数据库的能力,对比以及根据以往的经验,决定使用GreenDao。二、实际操作步骤第一步:在项目下的.gradle文件中加入插件:classpath'org.greenrobot:greendao-gradle-plugin:3.3.0'//addplugin 第二步:在module目录下的.gradle文件夹中进行操
  • 2023-08-15编译greenDao的时候出现KaptExecution:java.lang.reflect.InvocationTargetException
    一、概述在编译greendao的时候出现了以下异常。Executionfailedfortask':common_base:kaptDebugKotlin'.>Afailureoccurredwhileexecutingorg.jetbrains.kotlin.gradle.internal.KaptExecution>java.lang.reflect.InvocationTargetException(noerrormes