此错误是关于Android Studio无法找到JDK,但已安装JDK
我使用 if(object.LoadedDeviceStatus.isDeviceLoaded){
response = object.LoadedDeviceStatus;
res.status(200).send(response);
}else{
response = object.LoadedDeviceStatus.isDeviceLoaded;
res.status(200).send(response);
}
并为其指定了路径名称,但我仍然遇到此错误。
答案 0 :(得分:0)
在我看来,JAVA_HOME路径是错误的。尝试检查并修复它......