Fyne application - For metadata collection
fyne install -icon icon.png
GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 fyne package -os windows -icon icon.png
adb devices
fyne package -os android -appID mytest.domain.metadata
adb install <filename>.apk
adb logs