Wednesday, December 16, 2009

Getting Started with Android SDK and Eclipse

First update post for starting with Android.
The development computer was set up in October 2009
Just started digging into android sdk.
This is what has been done to date.
Installed Eclipse and SDK.
Successfully ? completed Hello Android exercise.
Created helloandroid test app in emulator.

Previously watched most videos on android.com
http://developer.android.com/videos
Notes:
One instance of code in example not working. Use auto suggest and it worked. Possibly the as debug exercise.

package com.android.helloandroid;
needed
package com.example.helloandroid;

?s

No comments:

Post a Comment