Android: Cannot find plist in res/raw using xmlwise
问题 I am trying to read a plist into my android app using xml wise. This is my code String path = "android.resource://" + context.getPackageName() + "/" + R.raw.nameofplist; Map<String, Object> males = Plist.load(path); But i keep getting: java.io.FileNotFoundException: /android.resource:/com.packagename.appname/2130968577 (No such file or directory) What is the proper way to get the path to my plist nameofplist.plist in my res/raw folder? 回答1: I struggled to find an answer to this too... but I