org.eclipse.paho.android.service.sample
org.eclipse.paho.android.service.sample copied to clipboard
DPRECATED Paho now uses Gradle too - pleas use https://github.com/eclipse/paho.mqtt.android . A fork of the org.eclipse.paho.android.service.sample to use Gradle as build script and load the org.eclip...
Getting started
Download Android Studio
- https://developer.android.com/sdk/index.html
- Android SDK Manager
- Install Android SDK Build-tools 23.0.0 or later
- Install Android 6 (API 23)
- SDK Platform 23
- Extras
- Android Support Repository
Import Project
- Open Android Studio
- File -> Import Project
- Run -> Run 'app'
Project Origin
This Android project is a clone from http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/ and just contains the changes to build it with gradle