I uploaded a CL to fix this: http://r.android.com/5099
R/ On Wed, Dec 3, 2008 at 7:52 PM, Anonymous Anonymous <[EMAIL PROTECTED]> wrote: > Thank you Xav, > > When i try to execute "create_all_symlinks.sh" gives Error: Please execute > this from the device/tools/eclipse/script directory which couldn't find :( > > *"create_ddms_symlinks.sh and couple of others works fine , any thoughts? > > regards > steve > > On Thu, Dec 4, 2008 at 7:52 AM, Xavier Ducrohet <[EMAIL PROTECTED]> wrote: >> >> Actually, you need to go into development/tools/eclipse/scripts and >> run ./create_all_symlinks.sh >> >> This will prebuild some libraries (like androidprefs.jar ping.jar, as >> well as others), and make them available to the plugin projects. >> >> Adding the projects to your plugin projects will not work as the jar >> will be missing when the plugin is packaged. >> >> Unfortunately we just realized that this is broken in the git >> repository. We'll be fixing this shortly. >> >> Xav >> >> On Wed, Dec 3, 2008 at 6:14 PM, Ralf <[EMAIL PROTECTED]> wrote: >> > >> > You need to add the AndroidPrefs and PingService as projects to your >> > workspace or add their source to your classpath. You can find them in >> > git under development/tools/. >> > >> > R/ >> > >> > On Wed, Dec 3, 2008 at 5:51 PM, Anonymous Anonymous >> > <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> >> >> When ever i try to add ddms projects(app,ddmlib and ddmuilib) to >> >> eclipse am >> >> getting the many errors, eg : >> >> "project app missing required java project : 'AndroidPrefs' >> >> "project app missing required java project : 'PingService' >> >> >> >> and hence ending with lots errors everywhere, am i need to edit >> >> something in >> >> .classpath file? >> >> >> >> Any help appreciated. >> >> >> >> Thanks >> >> Steve >> >> >> >> >> >> >> >> > >> >> >> > >> > > >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

