I need to sync my android application DB with Microsoft SQL Server with Microsoft SYNC framework toolkit. I download it from here.
as per documentation I download the source code and import the library projects with these steps:-
Download source and put it to Myworkspace.
Download ActionBarSherlock, unzip and create new project(ActionBarSherlock) from "library" folder.
Import both projects(from library and sample folder) to Eclipse.
But library project have an error sign and in console its showing as
[2013-10-31 13:57:44 - SyncFramework] ERROR: resource directory 'C:\Users\Dell\Downloads\selvinlistsyncsample-900c1ee67eb9\selvinlistsyncsample_900c1ee67eb9\library\res' does not exist
as library project does not have any res folder. please help me for it.