[android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread MB
No, this won't work for me. I want to refer to a library project from within a library project. I want to create projects like the following: Application project - library 1 project - library 2 project On Mar 26, 10:23 pm, Y2i yur...@gmail.com wrote: Would this

Re: [android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread Mark Murphy
With the R17 tools, this is working fine for me. I have a library project (EmPub) which is referring to other library projects (ActionBarSherlock, LoaderEx) without issue. I don't think this was readily possible before R17, though. On Tue, Mar 27, 2012 at 1:46 PM, MB manoj.bi...@gmail.com wrote:

Re: [android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread Y2i
It was working for me before R17 tools were available and works with R17 tools too. -- 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,

Re: [android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread Ralph Bergmann | the4thFloor.eu
Am 27.03.12 20:43, schrieb Y2i: It was working for me before R17 tools were available and works with R17 tools too. +1 -- 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] Re: Referring other library projects from within a library project.

2012-03-26 Thread Y2i
Would this work? http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject On Monday, March 26, 2012 10:15:25 PM UTC-7, MB wrote: Hi, I want to refer to a library project from within another library project. Is there some way to accomplish