Hello,

First, you do not need to open the ddmlib, ddmuilib, ddms projects
that are in development/tools/ddms. Those are the libraries and
standalone ddms application.
The create_ddms_symlinks mentioned by Ralf will link the libraries to
the real plugin project.


It looks like the symlinks creation fails if
development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/libs/
does not exists. This is where your missing libraries should be
located.
We'll fix the script shortly.

In the mean time create the libs directory manually and reren
create_ddms_symlinks.sh.

thanks
Xav


On Fri, Dec 5, 2008 at 12:47 AM, Anonymous Anonymous
<[EMAIL PROTECTED]> wrote:
> Hi Ralf,
>
> Thanks again..
>
> 1. Ran create_ddms_symlink.sh
> 2.In eclipse File - import->plugins and fragments ->plugin location
> .../development/tools/eclipse/plugins..ide.eclipse.ddms
> 3.Added plugin succesfully
> 4.gettign the below error... :(
>
> am i doing something really stupid !! :(
>
> (*in the doc says add 3 project(ddmlib,ddmulib,app) for ddms y is it so ?)
>
> ----------------------------------------------------
> Severity and Description    Path    Resource    Location    Creation Time
> Id
> Project com.android.ide.eclipse.ddms is missing required library:
> 'libs/jcommon-1.0.12.jar'        com.android.ide.eclipse.ddms    Build
> path    1228466296202    65174
> Project com.android.ide.eclipse.ddms is missing required library:
> 'libs/jfreechart-1.0.9-swt.jar'        com.android.ide.eclipse.ddms    Build
> path    1228466296203    65175
> Project com.android.ide.eclipse.ddms is missing required library:
> 'libs/jfreechart-1.0.9.jar'        com.android.ide.eclipse.ddms    Build
> path    1228466296202    65173
> ----------------------------------------------------------
>
> On Fri, Dec 5, 2008 at 12:53 PM, Ralf <[EMAIL PROTECTED]> wrote:
>>
>> Make sure to run
>> development/tools/eclipse/script/create_ddms_symlink.sh and then only
>> import the ddms-plugin project (from
>> dev/tools/eclipse/plugins/com.android.blah.ddms) in Eclipse. You don't
>> need the ddmlib and ddmuilib projects in Eclipse for ADT because they
>> are symlinked under the plugin/ddmsdirectory.
>>
>> R/
>>
>> On Thu, Dec 4, 2008 at 11:18 PM, Anonymous Anonymous
>> <[EMAIL PROTECTED]> wrote:
>> > Hi Xav,
>> >
>> > Thank you,
>> >
>> > Now am clear with few of the errors(compiler compliance).
>> > I have synced to latest source, and for ddms i have  added  3
>> > projects(ddmlib,dddmuilib and app) by new project-new java project-
>> > browse
>> > to development/tools/ddms....
>> >
>> > now remained with "Button/clipboard/color/composite/combo  cannot be
>> > resolved" !!
>> >
>> > How can i add SWT in the dependencies? and this is a ddmuilib project
>> > (/development/tools/ddms/lib..)
>> >
>> > can you help me to resolve the above?
>> >
>> > regards
>> > steve
>> > On Thu, Dec 4, 2008 at 11:59 PM, Xavier Ducrohet <[EMAIL PROTECTED]> wrote:
>> >>
>> >> On Wed, Dec 3, 2008 at 8:46 PM, Anonymous Anonymous
>> >> <[EMAIL PROTECTED]> wrote:
>> >> > Hi ,
>> >> >
>> >> > That error gone, i separately executed all the scripts...
>> >> > Now few more errors are like
>> >> >
>> >> > "assert cannot be resolved                   client.java
>> >> > ddmlib/src/com/android/ddmlib"
>> >>
>> >> Can you make sure you are setup with compiler compliance level 5.0? I
>> >> looks like you're building in 1.4 or lower...
>> >>
>> >> > "Button cannot be resolved to a type     AllocationPanel.java
>> >> > ddmuilib/src/com/android/ddmuilib"
>> >>
>> >> This would mean you don't have SWT in the dependencies. Is this in the
>> >> ddms plugin project or in the ddmuilib project?
>> >>
>> >> > "Can only iterate over an array or an instance of java.lang.iterable
>> >> > AndroidDebugBrigde.java    ddmlib/src/com/android/ddmlib"
>> >>
>> >> This is probably a compiler level issue too.
>> >>
>> >> Xav
>> >>
>> >>
>> >
>> >
>> > >
>> >
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to