This is how I make libraries for Android in Eclipse: 1. I make a new Java project 2. In the project properties, at Java Build Path -> Libraries, I replace the the JDK library with the android.jar, found in the Android SDK. >From what I tested, this solution seems to work.
On Mon, Aug 10, 2009 at 2:54 PM, Atif <[email protected]> wrote: > > Hi, > > I want to run an activity without adding it in Menifest.xml file. Is > it possible? and how? > > Actually I am developing a component (Library) that other users can > plugged with their programs. > > > Best regards, > Atif > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

