网页下的客户端完成后,自然要有对接,下面就要研究手机端了,没有苹果手机,就研究安卓吧,
现在安卓的开发环境是Android Studio,好用,不过网上很多资料还是老的,需要区别对待
安卓系统常用的开发语言是java,所以这次要找的MQTT包也要是Java的,官网
https://github.com/mqtt/mqtt.github.io/wiki/libraries
上的首推Java包为Eclipse Paho Java
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/
不过这个下来并不知道怎么来用
只能四处搜寻资料,找到官方的一篇向导,英文的,努力看吧
http://www.eclipse.org/paho/clients/android/sample/
里边的图片让我眼前一亮
Import the org.eclipse.paho.android.service.sample app project into Eclipse. Copy the org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar library into the libs folder in the Android project. Make sure no compilation errors and then run as Android application. Or install and start the MQTT client sample Java app on an Android device. See the developer.android.com Running your app page.
跟着步骤去做
那么问题来了org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar在哪里,没有搜索到,想到了java打包,也尝试了用eclipse,似乎总是少点什么,突然看到上边忽略的
Clone the source code of org.eclipse.paho.mqtt.java via git. Run maven build: mvn clean install to build org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar
好像需要一个称为maven的东西,通过查询eclipse集成了,但是还是不会用
对于新的环境
Copy the org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar library into the libs folder in the Android project.
又不知道怎么做了,这时才发现百度经验是个好东西
http://jingyan.baidu.com/article/e6c8503c7190b7e54f1a1893.html
需要新建一个libs文件夹,然后拷进去,再Add As Library
有奖活动 | |
---|---|
【EEPW电子工程师创研计划】技术变现通道已开启~ | |
发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
【EEPW在线】E起听工程师的声音! | |
“我踩过的那些坑”主题活动——第001期 | |
高校联络员开始招募啦!有惊喜!! | |
【工程师专属福利】每天30秒,积分轻松拿!EEPW宠粉打卡计划启动! | |
送您一块开发板,2025年“我要开发板活动”又开始了! | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
多组DCTODC电源方案被打赏50分 | |
【我踩过的那些坑】STM32cubeMX软件的使用过程中的“坑”被打赏50分 | |
新手必看!C语言精华知识:表驱动法被打赏50分 | |
【我踩过的那些坑】杜绑线问题被打赏50分 | |
【我踩过的那些坑】STM32的硬件通讯调试过程的“坑”被打赏50分 | |
【我踩过的那些坑】晶振使用的问题被打赏100分 | |
【我踩过的那些坑】电感选型错误导致的处理器连接不上被打赏50分 | |
【我踩过的那些坑】工作那些年踩过的记忆深刻的坑被打赏10分 | |
【我踩过的那些坑】DRC使用位置错误导致的问题被打赏100分 | |
我踩过的那些坑之混合OTL功放与落地音箱被打赏50分 |