Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Help creating an AVD

  1. #1
    Member
    Join Date
    Aug 2012
    Posts
    67
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Help creating an AVD

    Hey guys. I am new to Android and I was trying to make a new AVD in eclipse but for some reason the program wont let me do it. I have already installed countless Android SDK's (from 3.0 to 4.2) but the program still won't let me hit the OK button. Plus, the target option only lets me use Android 4.2 for some reason, which makes no sense to me. Whenever I click the CPU/ABI button, it appears completely blank.

    Here is an image of my window:
    Attached Images Attached Images


  2. #2
    Member
    Join Date
    Feb 2013
    Posts
    45
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Re: Help creating an AVD

    Quote Originally Posted by jean28 View Post
    Hey guys. I am new to Android and I was trying to make a new AVD in eclipse but for some reason the program wont let me do it. I have already installed countless Android SDK's (from 3.0 to 4.2) but the program still won't let me hit the OK button. Plus, the target option only lets me use Android 4.2 for some reason, which makes no sense to me. Whenever I click the CPU/ABI button, it appears completely blank.

    Have you check that your Android Sdk Manager installed all packages for Android 4.2
    especially checked have you installed ARM EABI v7a systm image if you not.... first installed all the packages after that create AVD.
    Regards
    Android developer
    Trinay Technology Solutions
    http://www.trinaytech.com
    5705750475

  3. #3
    Junior Member
    Join Date
    Apr 2013
    Location
    philippines
    Posts
    28
    My Mood
    Innocent
    Thanks
    6
    Thanked 6 Times in 2 Posts

    Default Re: Help creating an AVD

    i think the API's directory has the problem check if the directory is addressed correctly ,does your eclipse newly installed?
    try to update and check some site,forums here for basic installation on eclipse android API's

  4. #4

    Default Re: Help creating an AVD

    Try with below steps to create AVD
    1. Go to Window -> Android Virtual Device Manager
    2. Then gives a name and select the platform that you want
    3. Click the button "Create AVD" to activate.

Similar Threads

  1. Creating ArrayLists
    By Khadafi in forum Java Theory & Questions
    Replies: 15
    Last Post: January 12th, 2012, 06:18 PM
  2. Creating and implementing class for creating a calendar object
    By kumalh in forum Object Oriented Programming
    Replies: 3
    Last Post: July 29th, 2011, 08:40 AM
  3. Creating an object...
    By RodePope4546 in forum Object Oriented Programming
    Replies: 6
    Last Post: June 27th, 2011, 06:44 AM
  4. [SOLVED] Class Creating Help
    By pitchblack in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 1st, 2011, 11:25 PM
  5. Creating a bufferedimage!
    By Vexst in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: June 16th, 2010, 08:05 AM