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 -~----------~----~----~----~------~----~------~--~---