Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Netty issue while using azure cosmos in android #394

Open divyanshu-kunwar opened 2 years ago

divyanshu-kunwar commented 2 years ago

I am getting this message on an android device. When I run the same piece of code in my java project on desktop it runs fine.

No implementation found for int io.netty.internal.tcnative.Library.aprMajorVersion() (tried Java_io_netty_internal_tcnative_Library_aprMajorVersion and Java_io_netty_internal_tcnative_Library_aprMajorVersion__)

this is what I have written inside the Gradle file.

    implementation 'com.azure:azure-cosmos:4.4.0'
    implementation 'org.slf4j:slf4j-jdk14:1.7.28'