Hi All,
I'm having difficulty accessing a file in the raw folder. I trying to access the file using:
getResources().openRawResource(resourceId);
The class extends Application and I've added an activity to the AndroidManifest.xml as described below:
<activity android:name="com.josipjuric.delegates.impl.ResourceImpl" android:label="@string/app_name"/>
But I'm getting the following exception:
12-17 21:41:16.983: ERROR/AndroidRuntime(198): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.josipjuric.filemelder/com.josipjuric.filemelder.TrafficJamTabWidget}: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.josipjuric.filemelder/com.josipjuric.filemelder.FileMelder}: java.lang.NullPointerException
12-17 21:41:16.983: ERROR/AndroidRuntime(198): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.josipjuric.filemelder/com.josipjuric.filemelder.FileMelder}: java.lang.NullPointerException
12-17 21:41:16.983: ERROR/AndroidRuntime(198): Caused by: java.lang.NullPointerException
I have added the class as attachement.
Does anybody have any suggestions?
Kind Regards,
J
I'm having difficulty accessing a file in the raw folder. I trying to access the file using:
getResources().openRawResource(resourceId);
The class extends Application and I've added an activity to the AndroidManifest.xml as described below:
<activity android:name="com.josipjuric.delegates.impl.ResourceImpl" android:label="@string/app_name"/>
But I'm getting the following exception:
12-17 21:41:16.983: ERROR/AndroidRuntime(198): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.josipjuric.filemelder/com.josipjuric.filemelder.TrafficJamTabWidget}: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.josipjuric.filemelder/com.josipjuric.filemelder.FileMelder}: java.lang.NullPointerException
12-17 21:41:16.983: ERROR/AndroidRuntime(198): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.josipjuric.filemelder/com.josipjuric.filemelder.FileMelder}: java.lang.NullPointerException
12-17 21:41:16.983: ERROR/AndroidRuntime(198): Caused by: java.lang.NullPointerException
I have added the class as attachement.
Does anybody have any suggestions?
Kind Regards,
J