我想使用Google的VrVỉew嵌入360°图像。 我按照以下说明进行操作:https://developers.google.com/vr/develop/web/vrview-web#top_of_page,但出现此错误:
这是我的代码:
public void setRatesFilePath(String ratesFilePath) {
this.ratesFilePath = ratesFilePath;
if(ratesFilePath == null) ratesFile = null;
else ratesFile = new File(ratesFilePath);
}
任何人都可以帮助我了解问题出在哪里吗?