I'm guessing you're using Eclipse and adding to your Android library project a dependency on a Java project?
This is not supported as an Eclipse project. You'll have to create a jar file, and add it to both your Android projects. Xav On Sun, Jun 6, 2010 at 3:19 PM, darun <[email protected]> wrote: > Hi, > I have 2 android projects out of which I modified one to work as a > library. I want the main project to refer to this library to perform > few functions. While this scenario works just as expected, I want to > introduce one more functionality. I want to link this library project > with another just a java project which has code common to both Android > and Blackberry applications. This second part however doesn't seem to > work and throws "The application <appname> (<package name>) has > stopped unexpectedly. Please try again" with a ForceClose button. > I would greatly appreciate if someone can give a brief information on > how to make this work. > Thanks > > -- > 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 > -- 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 [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

