gradle 文件
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation(name: 'serialport-1.0.1', ext: 'aar')
}
1.2 效果展示
1.3 布局界面
12.1 代码
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.appcompat.widget.Toolbar
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:background="@color/shape3"
android:id="@+id/toolbar"
android:layout_width="match_parent"