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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
I'm currently integrating Google Sign-In in my Unity Android project. While checking library alignment for 16 KB page size using the recommended tooling, I found that the native-googlesignin.so file is not aligned to 16 KB, unlike the other .so libraries in the project.
Alignment Check Result:
Because of this misalignment, I am getting below warning on Google Play Console.
Environment details:
Unity Version: 6000.0.58f2
Google Sign-In Version: 1.0.4
Platform: Android
Hello,
I'm currently integrating Google Sign-In in my Unity Android project. While checking library alignment for 16 KB page size using the recommended tooling, I found that the native-googlesignin.so file is not aligned to 16 KB, unlike the other .so libraries in the project.
Alignment Check Result:
Because of this misalignment, I am getting below warning on Google Play Console.
Environment details:
Unity Version: 6000.0.58f2
Google Sign-In Version: 1.0.4
Platform: Android