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: Question Regarding Android Emulator

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    21
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Question Regarding Android Emulator

    Hi,
    I am entirely new for Android Development and i am trying to do small task in Android(Registration Form).But i am getting Error like this.Please anyone help me to solve this prob....




    [2013-12-04 16:26:11 - Register] Android Launch! [2013-12-04 16:26:11 - Register] adb is running normally. [2013-12-04 16:26:12 - Register] Performing com.example.register.MainActivity activity launch [2013-12-04 16:26:14 - Register] Automatic Target Mode: launching new emulator with compatible AVD 'AD1' [2013-12-04 16:26:14 - Register] Launching a new emulator with Virtual Device 'AD1' [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] could not get wglGetExtensionsStringARB [2013-12-04 16:30:19 - Emulator] Failed to create Context 0x3005 [2013-12-04 16:30:19 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. [2013-12-04 16:30:28 - Emulator] emulator: warning: opening audio output failed [2013-12-04 16:30:28 - Emulator] [2013-12-04 16:30:30 - Emulator] emulator: emulator window was out of view and was recentered [2013-12-04 16:30:30 - Emulator] [2013-12-04 16:30:30 - Register] New emulator found: emulator-5554 [2013-12-04 16:30:32 - Register] Waiting for HOME ('android.process.acore') to be launched...less
    this.please

    --- Update ---

    Error is : [2013-12-04 16:30:19 - Emulator] Failed to create Context 0x3005


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Question Regarding Android Emulator

    Has the emulator ever worked for you? I have never gotten it to work on my PC. I use Oracle's VirtualBox with Android systems from Genymotion.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Apr 2013
    Posts
    21
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Question Regarding Android Emulator

    Quote Originally Posted by Norm View Post
    Has the emulator ever worked for you? I have never gotten it to work on my PC. I use Oracle's VirtualBox with Android systems from Genymotion.

    Hi,

    can you tell me why I am getting this error "[2013-12-05 11:06:26 - Emulator] Failed to create Context 0x3005 '". What is the use of Oracle's VirtualBox. How it will help to solve this problem..

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Question Regarding Android Emulator

    Sorry, I don't use eclipse's emulator for testing Android apps. I use the Android VMs that run in Oracle's VirtualBox for testing my Android apps.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. SQLite Android Question.
    By jaydac12 in forum JDBC & Databases
    Replies: 1
    Last Post: October 7th, 2013, 04:58 AM
  2. Replies: 3
    Last Post: June 5th, 2013, 02:46 PM
  3. Android emulator problem
    By dougie1809 in forum Java ME (Mobile Edition)
    Replies: 1
    Last Post: March 14th, 2013, 09:50 PM
  4. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM