Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Stdudio3.2在4.4版本的Android设备上运行报错了,会是什么原因呢? #2

Open
yangyongzhen opened this issue May 16, 2019 · 0 comments

Comments

@yangyongzhen
Copy link

E/dalvikvm: Could not find class 'cn.jesse.nativelogger.NLoggerConfig$Companion', referenced from method cn.jesse.nativelogger.NLoggerConfig.

05-16 18:38:04.238 20226-20226/com.newcapec.smartorder E/dalvikvm: Could not find class 'cn.jesse.nativelogger.logger.AndroidLogger', referenced from method cn.jesse.nativelogger.NLoggerConfig.

//日志框架 自动写入文件
implementation 'com.github.hijesse:android-logger:2.5.0'

ext {
applicationId = "com.newcapec.smartorder"
compileSdkVersion = 27
buildToolsVersion = "25.0.0"
minSdkVersion = 19
targetSdkVersion = 27

versionCode = 1
versionName = "v1.0.0"

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant