Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunhao Tian committed Mar 8, 2023
1 parent 145baef commit 5fdb601
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Kang Tester

Test harness for ArcHeroNG.
Test harness for ArcHeroNG: a small utility to check basic functionalities of Android.

[Download latest build](https://gitlab.fydeos.xyz/arf/kangtester/-/jobs/artifacts/master/raw/app/build/outputs/apk/release/app-release.apk?job=build_android)
## Building

You need to install Android SDK API 33 with corresponding NDK. Docker image `fabernovel/android:api-33-ndk-v1.7.0` is a good starting point.

Build with the following command:

```
./gradlew assemble
```

## Features
* Audio
* Touch
* Camera
* Sensor
* Notification
* Wi-Fi Scanner
* Video Playback
* Screen Capture
* External Storage
* Overlay Window
* RK3588 NPU

0 comments on commit 5fdb601

Please sign in to comment.