ListActivity.java has been modified by yourself, check the code in the line 319.I think the param parent is not extends ListView or AdapterView, maybe it's a view. So complier can't convert it from view to ListView.

解决方案 »

  1.   

    frameworks/base/core/java/android/app/ListActivity.java:319: inconvertible types应该是这个地方 反正编译到哪里,哪里报错的话,就会直接停在那个地方。。所以找最近的那个报错的java文件
      

  2.   

    frameworks/base/core/java/android/app/ListActivity.java:319: inconvertible types
    楼主对这个地方进行过修改吗?
      

  3.   

    解决了,其实JDK的版本低了,用了1.5.0_06的版本,用1.5.0_22就可以了
      

  4.   


    JDK已经调整到了,,1.5u22,,问题依旧