Distinct Wind

Results 1 issues of Distinct Wind

按照README中的说明依次添加了 1. build.gradle中的dependencies ``` dependencies { implementation 'org.litepal.guolindev:core:3.2.3' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } ``` 2. 在app/src/main中新建文件夹assets并添加litepal.xml(已粘贴对应内容) 3. 在AndroidManifest.xml中配置 ``` xml ``` 这里就开始有问题了,IDE报错...