Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I downloaded the 64-bit SDK ADT bundle from the Android developer website yesterday. I also downloaded and installed the 64-bit Java SDK 6. I've been trying to follow the tutorial on the Android site for building a Hello World app. I can create the app in Eclipse and I can also create an AVD. However when I go to Run as -> Android Application nothing happens. I am able to launch the Android emulator manually from Eclipse but I still can't get the app to install or do anything whatsoever.

There's no errors, no console output, nothing.

If I just click on the Run button I get this error: Path for project must have only one segment

share|improve this question
Although this may not fix the problem, make sure Eclipse recognizes your AVD by changing to 'always prompt to pick device'. See if your avd shows up on the list or do 'adb devices' at cmd. Details – wtsang02 Jan 20 at 0:19
Where is that setting? – David DeMar Jan 20 at 0:23
Its marked red in the picture. Next to your green 'run as' button. – wtsang02 Jan 20 at 0:24
Sorry, didn't see the link. Unfortunately that did not work. – David DeMar Jan 20 at 0:58
What do you mean by not work? Does the device show up in the list? – wtsang02 Jan 20 at 0:59
show 1 more comment

1 Answer

up vote 1 down vote accepted

Okay, I found the problem. Under Properties > Run/Debug Settings I forgot to set the project name.

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.