-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/mobile: manual declaration of uses-sdk in AndroidManifest.xml not supported #27023
Comments
UP. Any ideas, how target to custom SdkVersion? |
@xape4ka Don't use go/mobile to build apk, but use go/mobile to build a shared |
This is not a practical solution. |
It seems |
@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 |
Probably pkg.go.dev shows only part of them. |
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: