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 3 of 3

Thread: Emulator not working

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default Emulator not working

    When i hit the run button,the emulator screen comes up and the console shows the things below...
    [2012-06-30 19:21:53 - xdasdk] ------------------------------
    [2012-06-30 19:21:53 - xdasdk] Android Launch!
    [2012-06-30 19:21:53 - xdasdk] adb is running normally.
    [2012-06-30 19:21:53 - xdasdk] Performing com.xdatv.xdasdk.MainActivity activity launch
    [2012-06-30 19:21:53 - xdasdk] Automatic Target Mode: launching new emulator with compatible AVD 'MyAVD'
    [2012-06-30 19:21:53 - xdasdk] Launching a new emulator with Virtual Device 'MyAVD'
    [2012-06-30 19:22:07 - Emulator] Failed to create Context 0x3005
    [2012-06-30 19:22:07 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:07 - Emulator] could not get wglGetExtensionsStringARB
    [2012-06-30 19:22:09 - Emulator] emulator: emulator window was out of view and was recentered
    [2012-06-30 19:22:09 - Emulator]
    [2012-06-30 19:22:09 - xdasdk] New emulator found: emulator-5554
    [2012-06-30 19:22:09 - xdasdk] Waiting for HOME ('android.process.acore') to be launched...
    [2012-06-30 19:34:28 - xdasdk] HOME is up on device 'emulator-5554'
    [2012-06-30 19:34:28 - xdasdk] Uploading xdasdk.apk onto device 'emulator-5554'
    [2012-06-30 19:34:30 - xdasdk] Installing xdasdk.apk...
    [2012-06-30 19:37:29 - xdasdk] Failed to install xdasdk.apk on device 'emulator-5554!
    [2012-06-30 19:37:29 - xdasdk] (null)
    [2012-06-30 19:37:30 - xdasdk] Launch canceled!

    Because of this,i am not able to run my app on the emulator


  2. #2
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: Emulator not working

    I don't know how you've set up your environment and everything, but I found another forum with a similar problem that you may find helpful: opengl - How do I run the Android Emulator after a Build? - Stack Overflow
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  3. #3

    Default Re: Emulator not working

    I have faced same problem. It occurs when you upgrade your ADT and SDK to the newer version. For that you have to start "emulator-arm" instead of "emulator" Just go through below link for getting more info. Issue 34233 - android - Emulator start produces segmentation fault after upgrading to r20 - Android - An Open Handset Alliance Project - Google Project Hosting

Similar Threads

  1. Working with $
    By whome in forum What's Wrong With My Code?
    Replies: 20
    Last Post: April 11th, 2012, 03:00 PM
  2. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  3. [SOLVED] Working on Win 7 and not on XP
    By shaumux in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 4th, 2011, 05:36 PM
  4. Why isn't this working?
    By javapenguin in forum What's Wrong With My Code?
    Replies: 14
    Last Post: January 21st, 2011, 04:08 PM
  5. Replies: 4
    Last Post: January 27th, 2009, 12:03 AM