Andrea Vitale
Andrea Vitale
I merged your PR because the build with SDWebImage 5.8.2 seems to works fine. In order to move forward with next SDWebImage updates we need to investigate on this so...
Same here! :/
@Noneway could you please provide an example on how to fix this?
Hi @m1ga using your ti.ga version my app now compiles but everytime I get this error. ``` 05-24 14:02:48.727 6543 6543 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate service com.google.android.gms.analytics.AnalyticsService: java.lang.ClassNotFoundException:...
@jotwea do you know a workaround to make it work? I made a [stackblitz](https://stackblitz.com/edit/angular-ee2tma) to show the issue. Do you have any hint to point me in the right direction?
Everything is working for me, both iOS and Android. SDK 5.5.1. Thanks!
Got it to work: - include firebase.core module - include firebase.cloudmessaging module removed all stuffs from manifest like @antonioduran says and now I get inside the console `[WARN] OneSignal: Both...
@Rattle-15236 you should already have solved but I ran into this issue today on a VM I have on GCP. I solved it by installing `musl` and `musl-dev` packages and...