ShowMeThe / Orca

A easy way to store secret string value data in .so file by adding plugin
Apache License 2.0
5 stars 0 forks source link

没有这个类:CoreClient #8

Open super200893154 opened 1 year ago

ShowMeThe commented 1 year ago

第一次新接入 需要先Build一下项目才能看到这个类

super200893154 commented 1 year ago

第一次新进入需要先建立下一个项目才能看到这个类

build会报奇怪的”找不到路径“,@注解的属性也是没效果

ShowMeThe commented 1 year ago

@super200893154 你用哪个版本 现在最新是 2.3.6 build的日志发来看看 这个项目对android build gradle有要求 需要com.android.tools.build:gradle:7.+ 使用注解不能单纯导入com.github.ShowMeThe.Orca:orca-annotation:+ 需要引入

buildscript{
       dependencies {
        classpath("com.github.ShowMeThe.Orca:plugin:2.3.6")
        classpath("com.github.ShowMeThe.Orca:orca-compiler:2.3.6")
    }
}

同时对应project的build.gradle需要导入诸如:

plugins {
    id 'com.android.application'
    id 'kotlin-android'
    id 'Orca'
    id 'Orca-compiler'
}

还有忘了改README了 其实现在新版不是固定名字的CoreClient了 如果主项目的名称目录叫app的话 生成的类名字是AppCore

还有如果使用了Clean build等清空了build目录的 需要点Sync project重新导入新建部分C++文件