-1

I have a app which was working properly on device Android 2.3.3. But is not working properly on Android 4.0.3 device.

Errors are App crash at start. Grid-view icon not clickable after clicked once. Works again on restart for once.

These are examples. These are platform issues are just coding errors. Thanks for help in advance.

TRR
  • 1,637
  • 2
  • 26
  • 43
  • 2
    Try to get hold of the logcat output and post it here. – Ted Hopp May 31 '12 at 05:46
  • Crashing in emulator 2.3.3 but crash in device 4.0.3, Is it crashing on emulator 4.0.3? Test it. And you have to know that crash may be for Particular device. It happens on Android :( – Walid Hossain May 31 '12 at 05:50
  • I have just checked. on emulator and device 4.0.3 grid view is not working after once but in emulator 2.3.3, it is working. – programmer May 31 '12 at 06:08

1 Answers1

0

I also faced the same problem. I found the solution here. Try not using the Deprecated methods/API(in your case GRIDVIEW) in your code because Android API does not support the deprecated methods/API in the latest versions.

Community
  • 1
  • 1
Avadhani Y
  • 7,566
  • 19
  • 63
  • 90