tags:

views:

207

answers:

0

Hi,

I am getting this "java.io.FileNotFoundException: res/drawable-nodpi/background.xml". But I do have a file in

$

 ls -la res/drawable-nodpi/background.xml 
-rw-r--r--  1 michael  staff  859 Mar  8 09:28 res/drawable-nodpi/background.xml


E/AndroidRuntime(  301): Caused by: java.io.FileNotFoundException: res/drawable-nodpi/background.xml
E/AndroidRuntime(  301):        at android.content.res.AssetManager.openXmlAssetNative(Native Method)
E/AndroidRuntime(  301):        at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:469)
E/AndroidRuntime(  301):        at android.content.res.Resources.loadXmlResourceParser(Resources.java:1894)