You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :)
The text was updated successfully, but these errors were encountered: