eclipse for android。能够运行,但无法查看

时间:2014-04-22 02:57:33

标签: java android eclipse

我遇到了一个问题,即我能够在模拟器中启动应用程序,但是正在显示第n个。请帮忙

这是我的logcat

04-21 22:44:37.070: D/dalvikvm(863): Not late-enabling CheckJNI (already on)

04-21 22:44:38.160: E/dalvikvm(863): Could not find class 'org.achartengine.model.CategorySeries', referenced from method com.example.chartproject.MainActivity.getIntent

04-21 22:44:38.160: W/dalvikvm(863): VFY: unable to resolve new-instance 1122 (Lorg/achartengine/model/CategorySeries;) in Lcom/example/chartproject/MainActivity;

04-21 22:44:38.160: D/dalvikvm(863): VFY: replacing opcode 0x22 at 0x0007

04-21 22:44:38.210: D/dalvikvm(863): DexOpt: unable to opt direct call 0x21f7 at 0x0b in Lcom/example/chartproject/MainActivity;.getIntent

04-21 22:44:38.210: D/dalvikvm(863): DexOpt: unable to opt direct call 0x21fa at 0x14 in Lcom/example/chartproject/MainActivity;.getIntent

04-21 22:44:38.210: D/dalvikvm(863): DexOpt: unable to opt direct call 0x2201 at 0x20 in Lcom/example/chartproject/MainActivity;.getIntent

04-21 22:44:38.210: D/dalvikvm(863): DexOpt: unable to opt direct call 0x21fc at 0x32 in Lcom/example/chartproject/MainActivity;.getIntent

04-21 22:44:39.370: D/gralloc_goldfish(863): Emulator without GPU emulation detected.

1 个答案:

答案 0 :(得分:0)

我认为您的问题是您没有在项目中正确添加库archartengine.jar 按照此link添加您的库,清理您的项目,然后重试。