I have created a main project and created a custom ui widget segmented button. it works fine. then i have created one more project inside the same project folder and interlinked it with the main one. so when i compile the previous project this project gets precompiled somehow and throws 2 errors -
1. Attribute "cornerRadius" has already been defined 2. No resource identifier found for attribute 'cornerRadius' in package 'com.main.xyz'. My attrs.xml contains <declare-styleable name="SegmentedButton"> <attr name="cornerRadius" format="dimension" /> </declare-styleable> however if I close the linked project, my main project compiles successfully. Now I want both of them to compile without any error. I am using eclipse Ganymede IDE. Couldn't find anything on this so far. Help appreciated. With Regards, Ramit Pagaria -- 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

