@xape4ka Don't use go/mobile to build apk, but use go/mobile to build a shared .so file, and then call it in your Android projects, it works.
This is not a practical solution. gomobile meant to build apk I don't want to create an Android project from scratch (don't want to install stupid Android Studio)
@mbnoimi Have you read through the Wiki? (Don't want to assume that you have/haven't.) The readme's go into pretty good detail about what the limitations are on the bindings, being that it's still a v0 "experiment", for each platform. https://github.com/golang/go/wiki/Mobile
Also, there's a pretty large time gap in updates ...
We need to set the minSdkVersion and targetSdkVersion in the AndroidManifest.xml file. But it won't build, gomobile will exit with err:
minSdkVersion and targetSdkVersion is a commonly used in Android. If not set, app market like Google Play will refused to accept the app.
The text was updated successfully, but these errors were encountered: