googlearchive / solutions-mobile-backend-starter-android-client

Apache License 2.0
81 stars 73 forks source link

Unable to comiple "solutions-mobile-backend-starter-android-client" app #3

Open ganeshbahirat opened 11 years ago

ganeshbahirat commented 11 years ago

Hello Friends,

I am not able to compile this android project, following classes are not get importing

import com.google.cloud.backend.android.mobilebackend.Mobilebackend; import com.google.cloud.backend.android.mobilebackend.model.EntityDto; import com.google.cloud.backend.android.mobilebackend.model.EntityListDto; import com.google.cloud.backend.android.mobilebackend.model.QueryDto;

I am following this link..

http://android-developers.blogspot.in/2013/06/bootstrap-your-apps-cloud-services-with.html

Please help me.. :)

Thanks :)

weemscreekstudios commented 11 years ago

I had a similar problem after getting an error message when unzipping the file that the path names were too long. I changed to use 7-zip to extract the files from the archive and then the program compiled. Although, I'm still getting force close errors.