Hi all, I have source repository that I used with my old workstation. Today, I have loaded the source onto a new workstation and Eclipse won't run my projects.
Error java.lang.IllegalArgumentException: Path for project must have only one segment. 1. On the old workstation, under Run, there are 4x distinct projects. These projects were created using Eclipse. 2. On the new workstation, under Run, there is one "new configuration" project. The source code for the 4x projects was imported, but not the Eclipse Run Configuration. *Problem:* Google shows me that "Eclipse Configuration File" (*.launch) is missing, and a "Help - Eclipse Platform" web page. http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Ftasks%2Fcdt_t_run_com.htm *Confusion:* My projects are Android applications. When I select *Run > Run* (*Step #2 in the page linked above*), the expected configuration dialog does not popup. Eclipse instead launches the Android plugin with no opportunity to progress to Step #3 (*in the page linked above*). *Question:* How do I export the .launch configuration so that it can be shared with the new workstation via the source repository? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

