1
0
mirror of https://github.com/xlab/android-go.git synced 2025-12-23 22:11:00 +02:00
Files
2017-08-28 16:05:48 +02:00
..
2017-08-28 16:05:48 +02:00
2017-08-28 16:05:48 +02:00
2017-08-28 16:05:48 +02:00
2017-08-28 16:05:48 +02:00
2017-08-28 16:05:48 +02:00
2017-08-28 16:05:48 +02:00

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.