Rohit Kuncham
Rohit Kuncham
@rkistner I use @journeyapps/sqlcipher": "^4.1.0
@bencevans Please look into it. Any help is really appreciated. It works when the application is run as a user process but it doesn't when the application runs as a...
@maaland I couldn't get it working with the above. So I used below three to solve my requirement ``` "com.google.maps.android:android-maps-utils" "com.google.android.gms:play-services-maps" "com.cocoahero.android:geojson" ```
When can it support sequelize?
I face the same issue on 1.3.0 I downgraded to 1.2.2, and it works as expected.
@SgtSilvio Can you please help me? Its blocking!
@SgtSilvio Updated the comment ``` build.gradle: minSdkVersion : 19 compileSdkVersion = 33 targetSdkVersion = 33 buildToolsVersion = '33.0.1' Retrofix : classpath 'com.github.sgtsilvio.gradle:android-retrofix:0.5.0' implementation "net.sourceforge.streamsupport:android-retrostreams:1.7.4" implementation "net.sourceforge.streamsupport:android-retrofuture:1.7.4" hivemq : implementation "com.hivemq:hivemq-mqtt-client-websocket:1.3.1"...
@SgtSilvio I have configured everything as in https://hivemq.github.io/hivemq-mqtt-client/docs/installation/android/ Please find build.gradle files below **project/library build.gradle** ``` apply plugin: 'com.android.library' apply from: '../../constants.gradle' android { compileSdkVersion project.ext.compileSdkVersion defaultConfig { minSdkVersion project.ext.minSdkVersion...
@SgtSilvio I tried but getting new error and its not connecting ``` 18:55:05.054 I 18:55:05,059 |-ERROR in ch.qos.logback.core.joran.action.AppenderAction - Could not create an Appender of type [ch.qos.logback.core.FileAppender]. ch.qos.logback.core.util.DynamicClassLoadingException: Failed to...
@SgtSilvio I think the root cause is this error. Its not able to connect to the broker `Could not find method javax.net.ssl.SSLParameters.setEndpointIdentificationAlgorithm, referenced from method com.hivemq.client.internal.mqtt.MqttClientSslConfigImpl$$ExternalSyntheticApiModelOutline0.m`