runtimeexception
Android string-array crash
I have a very weird problem with my Android application.Every time I add a string-array to my strings.xml (or any other file in res/values/), my program crashes on start up.I know, with absolute certa[详细]
2023-03-27 14:06 分类:问答Send Object from Service to Activity (Can't marshal non-Parcelable)
I\'m trying to send data from my activity to a service and receive some information back, but i\'m getting:[详细]
2023-03-18 21:00 分类:问答Android Tab Action Bar
I am trying out on the android action bar for 3.0, where I refer to http://www.youtube.com/watch?v=gMu8XhxUBl8[详细]
2023-03-15 05:09 分类:问答Cant' add items into a Spinner
I\'m trying to add a list into a Spinner but I\'m always getting an exception in LogCat saying: \"java.lang.RuntimeException: Unable to start activity ComponentInfo{....}: java.lang.NullPointerExcep[详细]
2023-03-13 09:11 分类:问答Java: generics method and type identification
I\'m not very used to generics, so I\'m a little confused here about how I\'m supposed to solve this problem. I\'ve written a method that tries to call different methods at runtime. But I\'m getting a[详细]
2023-03-10 18:22 分类:问答Understanding checked vs unchecked exceptions in Java
Joshua Bloch in \"Effective Java\" said that Use checked exceptions for recoverable conditions and runtime[详细]
2023-03-08 14:41 分类:问答ERROR/AndroidRuntime(219): java.lang.RuntimeException: Unable to start activity ComponentInfo{elf.app/elf.app.RoomInfoActivity}: java.lang.NullP
LogCat: 05-18 13:35:31.954: INFO/ActivityManager(51): Starting activity: Intent { cmp=elf.app/.RoomInfoActivity (has extras) }[详细]
2023-03-06 14:40 分类:问答InvocationTargetException & RuntimeException
package elf.app; import android.app.Activi开发者_如何转开发ty; import android.content.Intent; import android.os.Bundle;[详细]
2023-03-06 01:37 分类:问答android error: Can't create handler inside thread that has not called Looper.prepare() [duplicate]
This question already has answers here: Can't create handler inside thread that has not called Looper.prepare() inside AsyncTask for ProgressDialog[详细]
2023-03-04 09:02 分类:问答Visual Studio 2010 C++ runtime error
I came across strange behavior in Visual Studio 2010 C++ compiler. Following code compiles but throws \"Debug assertion failed\" after execution with[详细]
2023-03-03 04:02 分类:问答