com.parse.ParseObject cannot be cast to
问题 I am developing application which having Parse Platform. To fetch data I am calling ParseCloud.callFunctionInBackground function. I have registered the Parse and its sub class into the Application class like below : public class App extends Application { @Override public void onCreate(){ super.onCreate(); Parse.setLogLevel(Parse.LOG_LEVEL_VERBOSE); OkHttpClient.Builder builder = new OkHttpClient.Builder(); HttpLoggingInterceptor httpLoggingInterceptor = new HttpLoggingInterceptor();