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

Thread: Please give the solution

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please give the solution

    I am new to android Development

    [2012-11-29 11:55:09 - MyFIrstApp] ------------------------------
    [2012-11-29 11:55:09 - MyFIrstApp] Android Launch!
    [2012-11-29 11:55:09 - MyFIrstApp] adb is running normally.
    [2012-11-29 11:55:09 - MyFIrstApp] Performing com.example.myfirstapp.MainActivity activity launch
    [2012-11-29 11:55:09 - MyFIrstApp] Automatic Target Mode: launching new emulator with compatible AVD 'Galaxy'
    [2012-11-29 11:55:09 - MyFIrstApp] Launching a new emulator with Virtual Device 'Galaxy'

    I am getting this error when i try to start AVD

    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] Failed to create Context 0x3005
    [2012-11-29 11:55:16 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - Emulator] could not get wglGetExtensionsStringARB
    [2012-11-29 11:55:16 - MyFIrstApp] New emulator found: emulator-5554

    [2012-11-29 11:55:16 - MyFIrstApp] Waiting for HOME ('android.process.acore') to be launched...
    [2012-11-29 11:58:44 - MyFIrstApp] HOME is up on device 'emulator-5554'
    [2012-11-29 11:58:44 - MyFIrstApp] Uploading MyFIrstApp.apk onto device 'emulator-5554'
    [2012-11-29 11:58:44 - MyFIrstApp] Installing MyFIrstApp.apk...

    Sometimes i am gettig this error when i start to run my app.

    [2012-11-29 12:00:57 - MyFIrstApp] Failed to install MyFIrstApp.apk on device 'emulator-5554!
    [2012-11-29 12:00:57 - MyFIrstApp] (null)
    [2012-11-29 12:00:57 - MyFIrstApp] Launch canceled!
    Last edited by Norm; November 29th, 2012 at 08:59 AM. Reason: Moved from introduction section


Similar Threads

  1. exercise solution ???
    By somebodyonearth in forum Java Theory & Questions
    Replies: 1
    Last Post: March 11th, 2012, 12:52 PM
  2. Solution
    By Suresh.athi in forum The Cafe
    Replies: 1
    Last Post: January 19th, 2012, 08:46 AM
  3. Please help me with the solution
    By abhyudayaupadhyay in forum What's Wrong With My Code?
    Replies: 0
    Last Post: July 6th, 2011, 03:21 PM
  4. CS201 Homework (Need help, not solution)
    By bengiles89 in forum Object Oriented Programming
    Replies: 6
    Last Post: March 12th, 2010, 05:29 PM