我正在做一个使用谷歌附近连接api的android项目。一切都很顺利。我可以正确地连接多个设备。唯一的问题是,如果mGoogleApiClient.disconnect();在任何情况下调用"Unfortunately google play service stopped",都会出现此警报。Nearby.Connections.disconnectFromEndpoint(mGoogleApiClient, remoteEndpointId);或Nearby.Con
我正在使用notificationChannel,但当应用程序崩溃时,我仍然会遇到同样的错误。"System.err: TypeError: android.NotificationChannel is not a constructor" android.app.job.JobService.extend这就是我得到这段代码的地方,它似乎适用于其他人。
我刚刚检查了我的AP