Qt pakage installation.
sudo apt-get install qt4-dev-tools
Get The ODROID-GEAR Qt source.
git clone https://github.com/hardkernel/ODROID-GEAR
Compiling
cd ODROID-GEAR/Qt_odroidgear qmake -project
Add following line in the Qt_odroidgear.pro
QT += network
Make it!
qmake make
Java jdk pakage installation.
sudo apt-get install openjdk-7-jdk
Download Android Studio with the Android SDK. http://developer.android.com/sdk/installing/studio.html
Get odroid gear android source code.
git clone https://github.com/hardkernel/ODROID-GEAR
Run Android studio and import Android_odroidgear project in the ODROID-GEAR repo.
Finally, after connected android device, perform “Run app” of IDE menu or “Shift + F10”