Here is another issue.

Import works but auto complete doesn't. If I have a class called
MyClass then normally I will type
MyC and press ctrl+space to autocomplete the type. This does not work
when trying to use classes in the library.
I have to type out MyClass in full and then do the import.

On Jul 21, 12:40 am, samspade79 <samspad...@gmail.com> wrote:
> I was having similar problems to the others in this thread.
> Removing the '-' character in my library project name (it was called
> project-library) made the library instantly appear in the non library
> project,
>
> On Jul 9, 1:36 pm, Xavier Ducrohet <x...@android.com> wrote:
>
>
>
> > Just to give an update to anyone still reading this thread.
>
> > The next version of ADT will include fixes for:
> > - Issue with the library needing to have a single source folder called
> > "src". Any number of source folder, of any name, even under other
> > folder (src/java).
> > - Issue with project name containing characters that aren't valid for
> > folder names.
> > - Libraries depending on libraries.
>
> > We've also made the link of the library source folders in the main
> > project much more robust.
>
> > By the way, we highly recommend to people using library projects in
> > Eclipse to set their workspace to automatically refresh.
> > This is due to Eclipse not realizing that the code inside the linked
> > folder (in the main app) is the same as the code in the library. Since
> > Eclipse considers them to be different, editing the code in one
> > location requires a refresh in the other location. Setting the
> > workspace to refresh automatically helps a lot.
>
> > Xav
>
> > On Fri, Jul 9, 2010 at 11:13 AM, Mark Carter <mjc1...@googlemail.com> wrote:
> > > On 7 July 2010 20:58, Vladimir Lebedev-Schmidthof <dair....@gmail.com>
> > > wrote:
>
> > >> Hello Mark,
>
> > >> I faced the same problem with attrs.xml in Library Project. Have you
> > >> finally found the solution?
>
> > > Sorry Vladimir - I stopped using the Library Project system I while ago -
> > > and never found a solution to that particular problem.
>
> > > --
> > > 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
> > > android-developers+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Xavier Ducrohet
> > Android SDK Tech Lead
> > Google Inc.
>
> > Please do not send me questions directly. Thanks!

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to