0

Hi eclipse is giving me the following problem all of a sudden and i can't execute my app.

This is the screen shot of the error.

enter image description here

I have did the following things.

Clean>build.

Restart eclipse

But the problem is not going and i have not changed any thing in eclipse only worked on the php file as my app accesses mysql db.

Please help as i am due to submit a project today.

This is my error log.

error log

user1844638
  • 1,067
  • 3
  • 23
  • 48

1 Answers1

1

Try creating new emulator and set it as your target device from run configurations of your application. Try running your application from there.

Misha Bhardwaj
  • 1,377
  • 10
  • 14
  • I think it is a eclipse problem as i get the error log as soon as i restart. – user1844638 Feb 13 '13 at 10:20
  • I dont think this error log is preventing you from running your application. Your app is not finding a target to run on that's why its throwing null pointer. Just try the above steps once. May be that wud help. – Misha Bhardwaj Feb 13 '13 at 10:45
  • Hi thanks i think that was the problem though it gave me a launch failed it was probably coz the emulator was not up and running i think the issue is fixed. I did very much like to know why i got the error when it was working perfectly 1hr ago even when i didnt make any changes. – user1844638 Feb 13 '13 at 10:57
  • do you know why it happened? – user1844638 Feb 13 '13 at 11:09
  • generally when error comes at launch time and not at compile time....the most likely cause is the unavailability of target emulator or some problems in the existing emulators. Restarting or recreating them may solve the problem. – Misha Bhardwaj Feb 13 '13 at 11:12