titanium-sdk icon indicating copy to clipboard operation
titanium-sdk copied to clipboard

Android: need to support 16 KB page sizes ASAP

Open grebulon opened this issue 7 months ago • 1 comments

I have searched and made sure there are no existing issues for the issue I am filing

  • [x] I have searched the existing issues

Description

Android Developers Blog states that: "Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes."

Andrdoid 16 (SDK 36) is coming out soon which will force Android apps to target SDK 35.

Expected Behavior

Native code in Android apps targeting SDK 35 will have to be built with 16kb memory pages, otherwise updates won't be allowed. Titanium (and V8) will have to be updated.

Actual behavior

Titanium is currently built with 4kb pages with an old version of V8.

Reproducible sample

not relevant

Steps to reproduce

not relevant

Platform

Android

SDK version you are using

35

Alloy version you are using

No response

grebulon avatar May 12 '25 11:05 grebulon

https://github.com/tidev/titanium-sdk/discussions/14224 and a PR at: https://github.com/tidev/titanium-sdk/pull/14226

m1ga avatar May 12 '25 20:05 m1ga

@grebulon Ti SDK 13.0.0.GA with 16 KB page size support is out!

hbugdoll avatar Sep 15 '25 15:09 hbugdoll