For those who will be struggling to find the affected 4KB aligned packages, follow these steps-
Steps 1: Choose your debug APK from analyze APK menu-
Steps 2: Analyzer will show affected .so library files, those need to be fixed. (In Picture Few libraries marked which is not aligned with The 16KB Page Size)
Copy keywords from affected .so files name and In terminal run the following commands-
cd android
./gradlew app:dependencies
Steps 3: Search for the keywords then you will find the affected package which is using C++ native shared libraries. (In my case i am searching for droidsonroids.gif and found that its coming from Crisp Chat Package)