AL

Results 4 comments of AL

> Hi everybody, > Some update? I'm trying use H3 in android and still show this error: `java.lang.UnsatisfiedLinkError: No native resource found at /android-arm64/libh3-java.so`. > > I'm already added `android-arm64/libh3-java.so`...

Experience this as well, but managed to make it work. I was initially setting all the styles via `styles.xml` and setting it in the builder. The font doesn't seem to...

Experiencing the same issue. However, it doesn't seem to be exclusive to just images. For context, we use a custom field (i.e. we don't use the Matrix approach) to include...

Got this issue for v1.0.6. Just used what was on [element-android's build.gradle](https://github.com/vector-im/element-android/blob/develop/build.gradle): ``` maven { url "https://github.com/vector-im/jitsi_libre_maven/raw/master/android-sdk-2.9.3" // Note: to test Jitsi release you can use a local file like...