mymobile/Makefile

23 lines
392 B
Makefile
Raw Normal View History

2023-03-15 07:37:39 -05:00
all:
gomobile install
install:
go install golang.org/x/mobile/cmd/gomobile@latest
init:
build:
# gomobile build -androidapi 16 -target=android -o myapp.apk main.go
gomobile build -target=android -o myapp.apk main.go
adb-logcat:
# this worked
adb logcat |grep jwc
untar:
mkdir junk/
cd junk && apktool decode ../my_gomobile.apk
test-gui:
go get -v check.lab.wit.org/gui@lastest