Hi all,
I am trying to use the Android Support Library v7 in an Android Library project. The Library project contains all the layouts and resources of my project and works without any issue. But when i add the Support Library v7 to my Android Library project, application starts throwing exceptions with "Resource Id xxx not found" on line SetContentView(Resource.Layout.SplashScreen).
I do not use any feature (class) of Support Library. Just adding as component causes the issue and breaks the resource Id's.
Thanks, Melih