実行時に/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());