On Wed, Dec 7, 2011 at 2:35 AM, Muhammad Noor
<muhammadsaddamn...@gmail.com>wrote:

> Hi,
>
>  I am new to the Android Technology, i have setup following the guide
> mentioned on the website, and create my first project called "Hello
> World"! I able to run that project fine first day, now its second day
> and i added "LinearLayoutView.xml" under res/layout directory and
> change the .java file to point to this layout when emulator loads the
> file. It should work, but instead i start getting this emulator error,
> Please check the error
>

Try using these steps:


   1. Go to "Project"-> Properties-> Android.
   2. On the right pane see what line is checked in the Project build
   target.
   *Remember the target platform number* that appears in the selected line.
   3. Go to "Windows"-> AVD Manager.
   4. Check the list of existing Android Virtual Devices for a device that
   matches the Platform and API level that you have set for your project (see
   step #2 above).
   5. If there is no line that includes an AVD for your platform (as I
   suspect), add it using the "New" button.
   6. A "Create New Android Virtual Device" window will be opened. set a
   new device name. in the "Target" selection box choose the right platform
   for your project.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to