tianma8023 / XposedSmsCode

:lollipop: An Xposed Module which can recognize, parse verification code and copy it to clipboard when a new message arrives . / 识别短信验证码的Xposed模块,并将验证码拷贝到剪切板。
GNU General Public License v3.0
834 stars 70 forks source link

你好 源码好像不全?无法编译 #23

Closed azurefang closed 3 years ago

azurefang commented 3 years ago

import com.github.tianma8023.xposed.smscode.BuildConfig; import com.tianma.xsmscode.data.db.entity.AppInfoDao; import com.tianma.xsmscode.data.db.entity.SmsCodeRuleDao; import com.tianma.xsmscode.data.db.entity.SmsMsgDao; import com.tianma.xsmscode.data.db.entity.DaoMaster; import com.tianma.xsmscode.data.db.entity.DaoSession; import com.tianma.xsmscode.data.db.entity.SmsCodeRuleDao;

这些找不到

tianma8023 commented 3 years ago

@azurefang BuildConfig, XxxDao 这些类是构建(build)过程生成的。如果你使用的 ide 是 Android Studio 的话,可以重新 build 一下,应该就能生成了。

azurefang commented 3 years ago

好的 第一次搞不太懂 现在可以了