Block a user
Can't compile for android
This seems to be a gioui.org issue, or a go package cache issue related to old packages that were renamed or removed. You might try to delete the go package cache (rm -rf ~/go/pkg/mod/gioui*) and…
Can't compile for android
When you type "go build" it will try to build on your native environment (Linux). What happens when you compile the hrm app with "gogio -target android"?
Can't compile for android
Hi, this error should be fixed, there was a name conflict where an exported Go variable name conflicted with a C type. Not sure why this worked before but this probably was never supported and…
Can't compile for android
Let me take a look and see where this is going wrong. Can you let me know what OS and version you are working on?