2012年1月15日 星期日

Android Development for Beginner: Snake


This tutorial is for the beginner and demonstrate how to implement a tradition game "Snake" using Android 4.0.3.

The source code of this tutorial are extracted from the android developer official website and we will show you step by step on how to download and run the program. (http://yp-appdev.blogspot.com/)





2012年1月9日 星期一

[SOLVED]: Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder


System may returns error in creating an Android Virtual Device for the 4.0.x android ice cream sandwich and returns the error message in console
Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.



Solution

Install ARM EABI v7a System Image and the problem is resolved! (http://yp-appdev.blogspot.com/)

After the installation, create the Android Virtual Device again and no errors found.


AVD Created


Success!




2012年1月2日 星期一

Using Eclipse to create an Android 4.0.x project

This tutorial shows how to create an Android 4.0.x project by using Eclipse, and create an Android

Before going thought this tutorial, you should install your eclipse as well as the android SDK in your machine, please take a look to my previous tutorial for the setup.
http://yp-appdev.blogspot.hk/2012/01/android-eclipse-development-platform.html
 
1. Create a new project by clicking File -> New -> Other


Android + Eclipse Development Platform Setup


The following tutorial shows how to setup the development environment for Android.

You have to install the following software in your machine.
- JAVA SDK
- Eclipse
- Android Development Kit

Steps by steps
1. Download and Install the latest version of the Java SDK.