Installing Native Apps in Google Glass: The simple way

I. Non-Developers like me:http://esausilva.com/misc/android/platform-tools-osx.zip
If you are a developer… You dont need advice from a noob
II. Get Launchy.APK
http://www.androidfilehost.com/?fid=22979706399752795Do not get overwhelmed. It is easier than it looks…
=========================================================
In order to get ADB to work you must go to terminal
1) Get info of location where you have adb (cd /Users/X-Tian/Desktop/adb)
2) To take make sure Glass is detected by your computer
a. type ./adb devices
3) To install something
a. ./adb install -r /(directory/theapplication you want to install.apk)
4) To see all the junk you have installed
a. type ./adb shell
b. pm list packages
5) If you want to uninstall something. Identify the package and the uninstall
a. ./adb uninstall (package name) ex (./adb uninstall crystalshopper.android)
More helpful info at:
http://songz.quora.com/How-to-run-Android-Apps-on-Google-Glass
Thanks to Cecilia Abadie for helping me out
Show less
Comments (0)
Trackbacks (0)
Leave a comment
Trackback