Skip to content

Android

J-P Nurmi edited this page Sep 6, 2020 · 8 revisions

Overview

Depending on which ABIs you want to support, the final structure should be something like this:

<app>/android/app/src/main/jniLibs/
├── arm64-v8a
│   └── libserialport.so
├── armeabi-v7a
│   └── libserialport.so
├── x86
│   └── libserialport.so
└── x86_64
    └── libserialport.so

Download

Pre-built libraries: libserialport-android.zip

Build Logs:

Clone this wiki locally