A common problem (a bug in the SDK) is that your library app cannot contain things like _ or -.
On Aug 7, 9:23 pm, Christopher Perry <[email protected]> wrote: > I've been trying to do this now for 2 whole days, and am about to give > up. I followed the instructions here: > > http://developer.android.com/guide/developing/eclipse-adt.html > > but it is not working. I can see the library project is added to my > application but I cannot reference anything in it. Also the R.java > file from the lib was NOT added to my application, so the lib project > contains tons of errors, everywhere it tries to reference it's own > R.java file (most likely the cause of the former). > > Also, in the console there are messages stating that the there is "No > resource identifier found for attribute 'X' in package 'Lib Package'. > The library builds just fine, and I don't get those messages in the > console until I hook the library to my application. > > You would think that creating and referencing a library would be a > simple thing to do, as it is in most other projects, but this is > turning into a real nightmare. Thanks Google! -- 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

