eclipse-paho / eclipse-paho/paho.mqtt.java
Paho Client as Android Libary
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
Please fill out the form below before submitting, thank you!
- [ ] Bug exists Release Version 1.2.5 ( Master Branch)
I'm currently exploring on paho client in my sample Android Application. Instead of using jar file I'm trying to use Source code of **org.eclipse.paho.client.mqttv3** and **org.eclipse.paho.android.service** as Android Library. I'm able to successfully add source code of both jar files. But when I try to connect my app to mosquitto broker I'm getting this Exception.
` Caused by: java.util.MissingResourceException: Can't find bundle for base name paho.mqtt.pahoclient.internal.nls.logcat, locale en_US`
Error Screenshot is added here.

Anyone faced these issue?
Contributor guide
Assessment
This issue has not been assessed yet.