Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] error in running org.eclipse.paho.andriod.service.sample

Hi Peiyuan,
 
When you downloaded the example code, I'm guessing you used git i.e. "git clone http://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.java.git" to clone the repository onto your computer. If you cd into the org.eclipse.paho.mqtt.java.git directory and then run the command "git checkout --track remotes/origin/develop", it will switch the repository to the develop branch which contains the newer code. If you are new to git, this tutorial might help: https://try.github.io/levels/1/challenges/1
 
Once you have checked out the develop branch, you will be able to follow the instructions here: http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/tree/org.eclipse.paho.android.service/README.md?h=develop
 
James


Back to the top