Created
June 6, 2010 22:58
-
-
Save donpdonp/428003 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E/AndroidRuntime( 3355): Uncaught handler: thread main exiting due to uncaught exception | |
E/AndroidRuntime( 3355): java.lang.RuntimeException: Unable to create service com.icecondor.nest.Pigeon: android.content.res.Resources$NotFoundException: File res/raw/beep.mp3 from drawable resource ID #0x7f040000 | |
E/AndroidRuntime( 3355): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2790) | |
E/AndroidRuntime( 3355): at android.app.ActivityThread.access$3200(ActivityThread.java:119) | |
E/AndroidRuntime( 3355): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1917) | |
E/AndroidRuntime( 3355): at android.os.Handler.dispatchMessage(Handler.java:99) | |
E/AndroidRuntime( 3355): at android.os.Looper.loop(Looper.java:123) | |
E/AndroidRuntime( 3355): at android.app.ActivityThread.main(ActivityThread.java:4363) | |
E/AndroidRuntime( 3355): at java.lang.reflect.Method.invokeNative(Native Method) | |
E/AndroidRuntime( 3355): at java.lang.reflect.Method.invoke(Method.java:521) | |
E/AndroidRuntime( 3355): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) | |
E/AndroidRuntime( 3355): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) | |
E/AndroidRuntime( 3355): at dalvik.system.NativeStart.main(Native Method) | |
E/AndroidRuntime( 3355): Caused by: android.content.res.Resources$NotFoundException: File res/raw/beep.mp3 from drawable resource ID #0x7f040000 | |
E/AndroidRuntime( 3355): at android.content.res.Resources.openRawResourceFd(Resources.java:859) | |
E/AndroidRuntime( 3355): at android.media.MediaPlayer.create(MediaPlayer.java:638) | |
E/AndroidRuntime( 3355): at com.icecondor.nest.Pigeon.onCreate(Pigeon.java:120) | |
E/AndroidRuntime( 3355): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2780) | |
E/AndroidRuntime( 3355): ... 10 more | |
E/AndroidRuntime( 3355): Caused by: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed | |
E/AndroidRuntime( 3355): at android.content.res.AssetManager.openNonAssetFdNative(Native Method) | |
E/AndroidRuntime( 3355): at android.content.res.AssetManager.openNonAssetFd(AssetManager.java:410) | |
E/AndroidRuntime( 3355): at android.content.res.Resources.openRawResourceFd(Resources.java:856) | |
E/AndroidRuntime( 3355): ... 13 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment