add debug notes

This commit is contained in:
erinn 2021-02-08 21:08:30 -08:00
parent 897b4ac435
commit de4cd10d86
1 changed files with 12 additions and 0 deletions

12
BUILDING_DEBUG.md Normal file
View File

@ -0,0 +1,12 @@
*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