我发现大约1/5的测试都卡住了,在搜索了一些问题后,我将问题缩小到以下范围:ParseInstallation.getCurrentInstallation().saveInBackground();我正在使用Parse1.5.1和Android4.4.2设备。我的应用程序类如下所示:publicclassInitApplicationextendsApplication{@OverridepublicvoidonCreate(){super.onCreate();Parse.initialize(this,"my_App_ID","my_Client_Key");PushServic