This group is about developing applications using the SDK. You want the android-porting group.
On Tue, May 12, 2009 at 7:45 PM, dduri <[email protected]> wrote: > > hi all... > > I testing android-1.5 on virtualbox. > I compiled x86 porting. > > success booting and stop dial app. > > what problem?? > > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): Uncaught handler: > thread main exiting due to uncaught exception > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): > java.lang.RuntimeException: Unable to start activity ComponentInfo > {com.android.contacts/com.android.contacts.DialtactsActivity}: > android.content.res.Resources$NotFoundException: Resource ID > #0x7f030005 > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2268) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: > 2284) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.ActivityThread.access$1800(ActivityThread.java:112) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.os.Handler.dispatchMessage(Handler.java:99) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.os.Looper.loop(Looper.java:123) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.ActivityThread.main(ActivityThread.java:3948) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > java.lang.reflect.Method.invokeNative(Native Method) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > java.lang.reflect.Method.invoke(Method.java:521) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run > (ZygoteInit.java:782) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > dalvik.system.NativeStart.main(Native Method) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): Caused by: > android.content.res.Resources$NotFoundException: Resource ID > #0x7f030005 > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.content.res.Resources.getValue(Resources.java:846) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.content.res.Resources.loadXmlResourceParser(Resources.java: > 1796) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.content.res.Resources.getLayout(Resources.java:685) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.view.LayoutInflater.inflate(LayoutInflater.java:318) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.view.LayoutInflater.inflate(LayoutInflater.java:276) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > com.android.internal.policy.impl.MidWindow.setContentView > (MidWindow.java:230) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.Activity.setContentView(Activity.java:1626) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java: > 73) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.Instrumentation.callActivityOnCreate(Instrumentation.java: > 1123) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2231) > 05-13 10:00:37.360: ERROR/AndroidRuntime(1968): ... 11 more > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

