If my app work on all sdk emulators, does that mean...

  • Replies:3
Carlos Rodriguez
  • Forum posts: 2

Dec 18, 2012, 2:28:00 PM via Website

So, I just finished building my first android app which supports API 14 and up, and works on any android OS 2.3.3 and up. My program works on all the emulators listed in the SDK. Does that mean that my program should be compatible with just about any android phone out there? Should I trust the sdk emulators? Please post your thoughts...

Thank you
Andy

Reply
Maxiosoftware
  • Forum posts: 15

Dec 24, 2012, 7:10:23 AM via Website

it depends on your app. if it uses any hardware features then you should definitely test on device.

Reply
Carlos Rodriguez
  • Forum posts: 2

Dec 31, 2012, 8:34:00 AM via Website

No, it does not use any hardware features.

Reply
Ashish Tripathi
  • Forum posts: 211

Feb 4, 2013, 12:41:22 PM via Website

theoretically yes but it depends on device firmware. When you are working with the emulator it has a defined configuration. but when you will work with devices, All the devices have different firmware. check out the internet connected condition is connected and connection. in some devices both will work like galaxy ace but it you will check the same condition in galaxy s2 is connectioned wouldn.t work.(either it or previous condition)

Reply