On Fri, Mar 2, 2012 at 5:30 PM, Mark Phillips <[email protected]> wrote: > I have an Android project, which is a library.
Is this a true Android library project (http://developer.android.com/guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject)? > * the library project is in the eclipse build path as a project Yes, but did you add it to Eclipse as an Android library project (http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject)? > * the manifest.xml file has this inside the application tag - > <uses-library > android:name="com.markupartist.android.widget.ActionBar" > android:required="true" /> Delete this, unless your "library" is really a firmware add-on that you have built into custom firmware (in which case, you're outside the scope of this list). > I also > tried putting the ActionBar library as a jar in the build path, and I get > the same error. JARs don't have resources. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

