我试图在运行时访问位于/assets/android/images/res-long-port-ldpi中的文件但没有成功...我尝试了许多不同的路径,但是 exists() 总是返回 false 任何想法如何做到这一点?
var path = "/images/res-long-port-ldpi/default.png";
var splashScreenOld = Titanium.Filesystem.getFile(Titanium.Filesystem.resourcesDirectory, path);
Ti.API.info("screen: file exist = "+splashScreenOld.exists());