-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yunhao Tian
committed
Mar 8, 2023
1 parent
145baef
commit 5fdb601
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |