Pages

Subscribe:

Ads 468x60px

Labels

Showing posts with label Android Tutorial. Show all posts
Showing posts with label Android Tutorial. Show all posts

6/1/13

HTC Desires not DETECTED in adb

I am in the moment where I must use my Dad's Lenovo to code. That's why I download the newest adt-bundle-windows-x86_64-20130514 version and installed it.


When I want to inject some code as a testing to my HTC Desire S, in my Dad's Lenovo. I can't find my Android. And when I googling it, at first I found out that I need to restart my adb. Unfortunately, my adb comment not recognize at cmd prompt.
I forget to add my platform-tools location in PATH, environment variable. As you can show in this pict, my platform-tools location is in : "D:\...\Android\adt-bundle-windows-x86_64-20130514\adt-bundle-windows-x86_64-20130514\sdk\platform-tools;". That's why my adb isn't recognized. 

5/15/13

Import Vuforia Android Sample in OS X

Phew, it has been so long until I decided to write new tutorial. I have done some just-for-me app, but I just can't stop and write some tutorial about it. And today I grant my wish to write one simple tutorial.


So, AR(Augmented Reality) became very popular these days. And I wish to make one, hopefully with my very own mascot 3D model in near future. But as for now, I will just start the very basic steps.

10/16/11

Hello NEW Android! How to make simple Android App with Eclipse

Show Text, "Hello Android!!"

This is new easy app for a beginner (ME!^^a), let's start!!
 1.First is make a new project in Eclipse, File > New > Other > Android Project and should be like this :