Path for project must have only one segment.You have to specify the Project name for the Launch configuration.
Refference:
Stackoverflow.com, Android: “Path for project must have only one segment”
Slowing down is exactly what is needed to go fast! The careful, thoughtful and verified work leads to higher quality.
– James Grenning, "Test Driven Development for Embedded C"
Path for project must have only one segment.You have to specify the Project name for the Launch configuration.
Traceback (most recent call last):I found the same problem on Issue 1032 of Android open source project.
File "/Users/xxx/bin/repo", line 91, in <module> import readline
ImportError: No module named readline
sudo port install py25-readlineIf you are using Python that is contained in OSX, you have to change it to MacPort's Python.
sudo port select python python25I am using Mac OS X as a UNIX with better UI. I like Mac OS BUT Mac OS X has a lot of problem for programming environment as I mentioned before ><
Error generating final archive: Debug certificate expired on XXXI found same problem in android web site. According to the site, the Android build tools local debug key but it is already expired. To fix this problem, I had to regenerate my debug key.