-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
problems when i build the project #253
Comments
I updated the gradle and mainfest 2 days ago , and it can run normally.
however, the api request used in the project was acquired through packet capturing long ago and has been deprecated, which will get blank view. so, this project can no longer be maintained |
Can you please update the manifest please. The project is large, if i need only to read the local files ,which directions i can use from your project?🌷 |
read the local files ? do you mean reading local book txt files? |
Yes i need only to read the local files like txt and pdf,which classes and directions i can use from your project?🌷 |
I have not encountered any errors in the mainfest file, you can check the specific error and try to fix it. |
when i set compileSdk to 32 the problems happend,please update the targetSdk and compileSdk and run the project. |
can you help please🌹❤️ |
i face this problems when i build the project please help:
1-
Caused by: groovy.lang.MissingPropertyException: Could not set unknown property 'includeCompileClasspath' for AnnotationProcessorOptions$AgpDecorated_Decorated{classNames=[], arguments={}, compilerArgumentProviders=[]} of type com.android.build.gradle.internal.dsl.AnnotationProcessorOptions$AgpDecorated
this problem refers to this line in gradle file:
2-build gradle for EasyAdapterLibrary in the app needs to update.
3-Android Manifest gives many error ,please try to run the project and solve this problems.
4- this line in build.gradle(BookreaderMaster
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }//阿里云镜像服务
gives this error:
Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://maven.aliyun.com/nexus/content/groups/public/)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.5.1/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.
5-please update the target Sdk Version to a higher version like: 32 to be suitable for the new devices .
The text was updated successfully, but these errors were encountered: