Skip to content

Conversation

@manager-hyzis
Copy link

Upgrade TensorFlow Lite dependencies from 1.0.1 to 1.4.0 to fix Google Play Console warning about 16KB page size support on Android 15+.

The official TensorFlow Lite library (org.tensorflow:tensorflow-lite:2.17.0) does not support 16KB page alignment. The TensorFlow team officially recommends migrating to LiteRT 1.4.0+ which includes proper 16KB support.

Changes:

  • Update com.google.ai.edge.litert:litert to 1.4.0
  • Update com.google.ai.edge.litert:litert-gpu to 1.4.0

This resolves the Play Console warning:
'Library that does not support 16 KB: base/lib/x86_64/libtensorflowlite_jni.so'

Fixes compatibility with Android 15+ devices requiring 16KB page alignment.

Ref: tensorflow/tensorflow#96602

Upgrade TensorFlow Lite dependencies from 1.0.1 to 1.4.0 to fix
Google Play Console warning about 16KB page size support on Android 15+.

The official TensorFlow Lite library (org.tensorflow:tensorflow-lite:2.17.0)
does not support 16KB page alignment. The TensorFlow team officially
recommends migrating to LiteRT 1.4.0+ which includes proper 16KB support.

Changes:
- Update com.google.ai.edge.litert:litert to 1.4.0
- Update com.google.ai.edge.litert:litert-gpu to 1.4.0

This resolves the Play Console warning:
'Library that does not support 16 KB: base/lib/x86_64/libtensorflowlite_jni.so'

Fixes compatibility with Android 15+ devices requiring 16KB page alignment.

Ref: tensorflow/tensorflow#96602
@manager-hyzis
Copy link
Author

Problem

Google Play Console shows warning when uploading AAB:

Library that does not support 16 KB: base/lib/x86_64/libtensorflowlite_jni.so

This affects Android 15+ devices that require 16KB page alignment.

Solution

Upgrade TensorFlow Lite dependencies from 1.0.1 to 1.4.0 (LiteRT).

The TensorFlow team officially recommends migrating from tensorflow-lite:2.17.0
to LiteRT 1.4.0+ which includes proper 16KB page alignment support.

Changes

  • ✅ Update com.google.ai.edge.litert:litert to 1.4.0
  • ✅ Update com.google.ai.edge.litert:litert-gpu to 1.4.0

References

Fixes compatibility with Android 15+ 16KB page size requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants