package
0.0.0-20221106204035-3cc54d5032fa
Repository: https://github.com/xlab/android-go.git
Documentation: pkg.go.dev

# README

Test app

This app is used for testing. See examples/minimal more information on the build system.

Test

Execute ../build-android.sh && (adb uninstall com.go_android.tests; adb install android/app-debug.apk) && adb logcat -c && adb logcat | grep "android-go/tests:" to build the apk and then install and test on a connected device.