You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to new Google rules https://developer.android.com/guide/practices/page-sizes?hl=ru
Starting November 1, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page size on 64-bit devices.
When building a project for Android, the native library arm64-v8a/libc++_shared.so (from com.thingclips.smart:thingsmart:6.2.1) does not support 16 KB page size, which does not meet Google requirements (https://developer.android.com/guide/practices/page-sizes?hl=ru) and may cause problems with uploading/verifying apps on Google Play starting November 1.
Will there be a new version of native libraries *.so?