Android: Android Studio adds a local jar package to the project

1. Copy the jar package to the libs subdirectory of the project
2. Add the dependency
implementation files ('libs/exceeddata-borderless-local-4.1.7.jar') in the module's build.gradle

Guess you like

Origin blog.csdn.net/amadeus_liu2/article/details/115004627