# Oil **Repository Path**: haibo2016/Oil ## Basic Information - **Project Name**: Oil - **Description**: Oil开源库,串口、串口通信、对话框 - **Primary Language**: Android - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2018-08-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Oil doc [doc](http://app.auicyh.com/doc/oil_doc_v0.1.3/index.html) #### 使用说明 在工程的build.gradle中添加依赖: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 在app的build.gradle中添加依赖: ``` dependencies { implementation 'com.gitee.haibo2016:Oil:0.2.0' } ``` 添加 sourceSets ``` android { .... defaultConfig { ... } sourceSets { main { jniLibs.srcDirs = ['libs'] } } } ``` 复制demoapp下的lib到工程