Skip to content Skip to sidebar Skip to footer

How To Upload File On Google Drive Using My Android Application

I start with google drive sdk. I follows steps which describe in that post. But I face problem in Step 3: Create and Configure an Android Project I cant find options in my eclipse

Solution 1:

You need to add the Google Play Services jars to your project, as explained in Step 3 of the quickstart guide you are following.

You can also watch this video where I go through all the steps to build the same quickstart application for Android: http://www.youtube.com/watch?v=Ied1CjJ0iP0

Post a Comment for "How To Upload File On Google Drive Using My Android Application"