Closed mostafanastary closed 3 years ago
It says that the plugin's native source code is stripped from the build. If your project uses ProGuard, try adding the following line to ProGuard filters: -keep class com.yasirkula.unity.* { *; }
No, I don't use ProGuard , but gradle . Is there any way to solve it ?
The code minification that was somehow introduced by Firebase should either exclude these classes or be turned off. I haven't used Firebase myself so I don't know how it enables code minification out of nowhere.
Hi, Thank you for the plugin. I'm using it for a while, but after using firebase, I should change some settings like build system to Gradle and Target API Level to Android 9.0 'Pie' for androidX .
After all my application after running show me some error in SDK's Monitor :
ps: I upgrade the plugin to last.