Hi,
I have just downloads latest Firebase Plugin along with Latest Admob Plugin, I am using Unity 5.3.1 and I am seeing following Error and have to idea how to fix it.
An exception was thrown by the type initializer for Firebase.Analytics.FirebaseAnalytics ---> Firebase.InitializationException: Firebase's libApp.so was not found for this device's architecture
On Android, Firebase requires C/C++ and Java components
that are distributed with the Firebase and Android SDKs.
It's likely the required dependencies for Firebase were not included
AAR files in the form firebase-*.aar
I have already gone through the following thread related this issue but as it was for previous version of Firebase so I am not able to fix the issue by applying the solutions mentioned in this thread.
I am using Play Services Resolver Version 1.2.48.0 with the following settings

Following are my Build Settings

Following are Play Services Libraries

I am also using Admob and Game Center in my Project which are working fine.
Please help me sort out this issue.