android application failing upon user scrolling - no 'obvious' error

前端 未结 3 1083
旧巷少年郎
旧巷少年郎 2021-01-07 14:09

I\'m having a strange problem with Android 1.6

I have an application that has a ListView (found in Activity #1).

The user can click on one of the rows in t

3条回答
  •  温柔的废话
    2021-01-07 14:16

    Dude, try to clear cache of any sort.. specially images. As you are using list view, try not to create a new view every time with respect to convertview

    I was having similar problem. here is my post SIGNAL 11 SIGSEGV crash Android

提交回复
热议问题