github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/example/basic/all.bash (about)

     1  #!/usr/bin/env bash
     2  # Copyright 2014 The Go Authors. All rights reserved.
     3  # Use of this source code is governed by a BSD-style
     4  # license that can be found in the LICENSE file.
     5  
     6  # Script to build and launch the app on an android device.
     7  
     8  set -e
     9  
    10  ./make.bash
    11  
    12  adb install -r bin/nativeactivity-debug.apk
    13  
    14  adb shell am start -a android.intent.action.MAIN \
    15  	-n com.example.basic/android.app.NativeActivity