标签: android push-notification titanium appcelerator appcelerator-mobile
我想知道如何从android(文件路径)访问assets目录 我试过像:
Uri.parse("file:///android_asset/Resources/sound/" + sound);
但它不起作用!
我知道我可以使用Titanium轻松实现这一点但是我需要来自JAVA模块的URI文件......
有什么想法吗?
答案 0 :(得分:0)
没有Uri或File类。
您必须使用资产管理器,然后打开文件的输入流并从流中读取。