/up-android-core

Android Implementation of Core uBus and uSubscription uProtocol

Primary LanguageJavaApache License 2.0Apache-2.0

Android uCore Service Implementation

1. Overview

This project includes the Android Binder implementation of uBus, serving as the Communication Layer for uEs that utilize the Android uPClient, as well as implementations of the uSubscription and uTwin core services.

2. Getting Started

2.1. Building the Project

The Android Gradle Plugin provides several standard tasks that are commonly used in Android projects. To view the complete list, you can use the following command:

gradlew tasks

Assembling UCoreService.apk is as simple as:

gradlew assembleRelease

2.2. Installing the Build

Please follow instructions to install UCoreService.apk as a privileged application.