Using LItePal: error element 'litepal' must be declared and Class referenced in the manifest, `org.litepal.LitePa

Mistake 1: element 'litepal' must be declared

The reason for the error is that litepal.xml is not placed in the assets folder.

Move litepal.xm to the assets folder, then click Make Project under the Build folder and there will be no exception.

Error 2: Class referenced in the manifest, `org.litepal.LitePalApplication`, was not found in the project or the libraries. The solution is as follows:

Failed to Resolve when configuring LitePal in AndroidStudio or Unresolved package 'litepal' when configuring AndroidManifest file_failed to resolve: org.litepal.android:core:1.4.1_Seven Deadly Sins of Lazy Blog-CSDN Blog 

 

Guess you like

Origin blog.csdn.net/A125679880/article/details/132197879