Skip to content
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: compatibility with Android 15 #68754

Open
TikBai opened this issue Aug 7, 2024 · 2 comments
Open

x/mobile: compatibility with Android 15 #68754

TikBai opened this issue Aug 7, 2024 · 2 comments
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@TikBai
Copy link

TikBai commented Aug 7, 2024

How to adapt to Android 15?
android : https://developer.android.google.cn/guide/practices/page-sizes?hl=zh-cn#build
WechatIMG16047

@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Aug 7, 2024
@gopherbot gopherbot added this to the Unreleased milestone Aug 7, 2024
@dr2chase
Copy link
Contributor

dr2chase commented Aug 7, 2024

The English version of that page: https://developer.android.google.cn/guide/practices/page-sizes#build

@hyangah is this something you know?

@cagedmantis cagedmantis changed the title x/mobile: It is compatible with Android 15? x/mobile: compatibility with Android 15 Aug 12, 2024
@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 12, 2024
@TikBai
Copy link
Author

TikBai commented Aug 26, 2024

I've solved this problem here, and before I can execute gomobile, I need to execute the environment variables below.
export CGO_LDFLAGS="-Wl,-z,max-page-size=16384"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants