Update 'BUILDING_DEBUG.md'

This commit is contained in:
erinn 2021-02-08 21:09:42 -08:00
parent de4cd10d86
commit 60b5c82caa
1 changed files with 8 additions and 0 deletions

View File

@ -1,12 +1,20 @@
*sometimes: rm -rf $GOPATH/pkg*
*sometimes: rm -rf /tmp/gomobile*
rm -rf vendor
go clean --modcache
go mod download
go get -u golang.org/x/mobile
go get -u golang.org/x/mobile/bind
gomobile clean
gomobile init
make android