I am implementing crashlytics in my Android app. I installed fabric plugin for Eclipse using install new software. I created a sample software for checking the implementation of flurry and it worked successfully,but when i tried adding flurry to my app software it started giving me error:
R cannot be resolved to a variable
if I remove all the additions done by fabric to my source code and build the project everything goes fine
I tried by updating the Android SDK,ADT but nothing worked for me.