Open ganeshbahirat opened 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.
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 :)