Azure / Azure/azure-cosmosdb-java
Netty issue while using azure cosmos in android
Open
- Dominant language
- Java
- Stars
- 59
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
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'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.