Click here to Skip to main content
15,887,135 members
Home / Discussions / Mobile
   

Mobile

 
Questionemulator-5554 disconnected Pin
__John_22-May-12 3:52
__John_22-May-12 3:52 
AnswerRe: emulator-5554 disconnected Pin
RobCroll25-May-12 17:01
RobCroll25-May-12 17:01 
QuestionWindows Phone 7 Development Pin
K.P.Kannan19-May-12 17:59
K.P.Kannan19-May-12 17:59 
AnswerRe: Windows Phone 7 Development Pin
Tony Richards5-Jun-12 0:41
Tony Richards5-Jun-12 0:41 
QuestionYour suggestion required Pin
Md. Marufuzzaman18-May-12 1:51
professionalMd. Marufuzzaman18-May-12 1:51 
AnswerRe: Your suggestion required PinPopular
RobCroll18-May-12 2:10
RobCroll18-May-12 2:10 
GeneralRe: Your suggestion required Pin
Md. Marufuzzaman18-May-12 4:32
professionalMd. Marufuzzaman18-May-12 4:32 
GeneralRe: Your suggestion required Pin
loctrice18-May-12 5:23
professionalloctrice18-May-12 5:23 
The quick start guide http://developer.android.com/sdk/index.html#quickstart

Download eclipse. http://www.eclipse.org/downloads/

to get android for eclipse you will need to get the android sdk starter package from here
http://developer.android.com/sdk/index.html

unpack the sdk on your machine. by default it is :

android-sdk-<machine-platform>.

Make sure you keep note of the location, you'll have to point to it later.

It's a good idea, especially for debugging, to add this to your system path.

on linux : export PATH=${PATH}:<your_sdk_dir>/tools

on windows: On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path.


The next step is to get the android development tools (adt) for eclipse. Open eclipse
and select the help->install new software. When the box pops up select "Available Software"

The available software sites box will pop up. You want to select Install/Update from
the menu on the left, and then click add. give it some name and put this url in:

https://dl-ssl.google.com/android/eclipse/

If this has an error, you can change the system settings to force use of https, or you can
change the site url to :
http://dl-ssl.google.com/android/eclipse/


Close necessary windows to get back to the Available Software dialogue. There is a drop
down menu at the top of this box. You should be able to select your named site and it
will populate the download window. Select all and continue the update, then restart eclipse


Now we need to point eclipse to the SDK directory and set up the preferences.

Window-> Preferences
Select android from the left window. In the upper box on the right side, select browse
and navigate to your sdk directory. Click apply

Setting up the SDK can be done from the directory , or the eclipse ide.

In eclipse you can select window->android sdk manager.

- or -

In your android sdk directory, SDK Readme.txt will explain how to set up the
sdk, launch the sdk and avd manager tools, etc. You can navigate to the sdk/tools directory
and just type android.





There are examples in your sdk directory, plenty on the web, etc. HOpe that helps.
If it moves, compile it

GeneralRe: Your suggestion required Pin
Md. Marufuzzaman18-May-12 6:03
professionalMd. Marufuzzaman18-May-12 6:03 
GeneralRe: Your suggestion required Pin
RobCroll18-May-12 5:34
RobCroll18-May-12 5:34 
GeneralRe: Your suggestion required Pin
Md. Marufuzzaman18-May-12 6:03
professionalMd. Marufuzzaman18-May-12 6:03 
GeneralRe: Your suggestion required Pin
Said Ali Jalali13-Jun-12 12:12
Said Ali Jalali13-Jun-12 12:12 
AnswerRe: Your suggestion required PinPopular
loctrice18-May-12 3:06
professionalloctrice18-May-12 3:06 
QuestionAndroid Video Sending Pin
nidhin prem17-May-12 13:27
nidhin prem17-May-12 13:27 
AnswerRe: Android Video Sending Pin
Albert Holguin4-Jun-12 8:28
professionalAlbert Holguin4-Jun-12 8:28 
QuestionSecond Android Backup post.... Pin
loctrice15-May-12 7:56
professionalloctrice15-May-12 7:56 
Questionwrite Once run anywhere for Mobile Application Pin
Bala krishnan 198213-May-12 21:15
Bala krishnan 198213-May-12 21:15 
AnswerRe: write Once run anywhere for Mobile Application Pin
loctrice14-May-12 9:48
professionalloctrice14-May-12 9:48 
AnswerRe: write Once run anywhere for Mobile Application Pin
RobCroll15-May-12 16:56
RobCroll15-May-12 16:56 
GeneralRe: write Once run anywhere for Mobile Application Pin
Albert Holguin4-Jun-12 8:30
professionalAlbert Holguin4-Jun-12 8:30 
QuestionMobile Develop help ! Pin
doxari11-May-12 19:05
doxari11-May-12 19:05 
QuestionAndroid backup Pin
loctrice10-May-12 4:56
professionalloctrice10-May-12 4:56 
QuestionAdd remove local notification badge. Pin
Valiyamattom26-Apr-12 19:02
Valiyamattom26-Apr-12 19:02 
QuestionHow to add Airplay button to iphone application? Pin
subbaratnam24-Apr-12 22:41
subbaratnam24-Apr-12 22:41 
QuestionError while Accessing a WCF Service in Android Pin
Vimalsoft(Pty) Ltd22-Apr-12 7:23
professionalVimalsoft(Pty) Ltd22-Apr-12 7:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.