Hi, I am developing an Android app that requires to read/write data from
google spreadsheet. I've tried many ways to do it without results. So I
ended here and follow the API
documentation<https://developers.google.com/google-apps/spreadsheets/>.
I've downloaded and included all the required libraries as it says in it
(Java) but when I try to run it just simply with this line:
SpreadsheetService service = new SpreadsheetService("v1");
I get this error:
java.lang.NoClassDefFoundError:
com.google.gdata.client.spreadsheet.SpreadsheetService
I've tried start all over again importing just the necesary libraries but
it doesn't work.
I dont know what I'm doign wrong so if there is somebody that can help me
to start and connect my app with this API I would be very grateful.
Thanks in advance.