I am creating a project, in which i want to use this open source code in my project. I downloaded the files and ran that project which worked without any problem, but when i created a new separate project and try to use the widgets from that open source code, i am facing some errors like “com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup" , "error: Error parsing XML: unbound prefix” .
Pls can anyone tell me how do i integrate the open source code in my application?
configured it finally about how to use it.. made one library project and referred it in my original project. DONE