Cannot resolve symbol 'MyApi'
问题 MyApi was perfectly fine before. I added Objectify to the dependencies, along with some endpoints, and all of a sudden it says that MyApi isn't a thing! Here's where I call it: import android.content.Context; import android.os.AsyncTask; import android.util.Pair; import android.widget.Toast; import com.google.api.client.extensions.android.http.AndroidHttp; import com.google.api.client.extensions.android.json.AndroidJsonFactory; import com.google.api.client.googleapis.services