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

Thread: I Can't Run Anything

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

    Default I Can't Run Anything

    kindly help - i want to start my project when i hit the run the console show this:

    [2012-07-28 11:48:49 - DroidDex] ------------------------------
    [2012-07-28 11:48:49 - DroidDex] Android Launch!
    [2012-07-28 11:48:49 - DroidDex] adb is running normally.
    [2012-07-28 11:48:49 - DroidDex] Performing com.example.droiddex.MainActivity activity launch
    [2012-07-28 11:48:49 - DroidDex] Automatic Target Mode: launching new emulator with compatible AVD 'VirtualDevice2.2'
    [2012-07-28 11:48:49 - DroidDex] Launching a new emulator with Virtual Device 'VirtualDevice2.2'
    [2012-07-28 11:49:11 - Emulator] Failed to create Context 0x3005
    [2012-07-28 11:49:11 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
    [2012-07-28 11:49:19 - DroidDex] New emulator found: emulator-5554
    [2012-07-28 11:49:19 - DroidDex] Waiting for HOME ('android.process.acore') to be launched...
    [2012-07-28 11:50:38 - DroidDex] emulator-5554 disconnected! Cancelling 'com.example.droiddex.MainActivity activity launch'!


    when i create another project the same thing happens.


  2. #2
    Junior Member
    Join Date
    Apr 2012
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: I Can't Run Anything

    Are you sure your environment is configured properly? All the correct paths defined, etc.