Android Question Genymotion Emulator Tabhost Problem

alienhunter

Active Member
Licensed User
Longtime User
Hi ,
does anyone use Genymotion ?
i got a strange error , if I have a Tabhost and a textedit in the activity and i select by mouse the textedit it will jump on the tabhost !!!
but on the real device it is ok .

I have to run on Windows about 40 PC with the same app , so what you recommend as Emulator ?, i found this one ok until this error

thanks AH
 

Informatix

Expert
Licensed User
Longtime User
I had so many problems with GenyMotion that do not occur on a real device (try with the Licensing library and you'll see) that I completely given up this emulator. So you should'nt worry about this if that works well on your device. That being said, TabHost is a well-known focus stealer (in ICS the bug was still there; in JellyBean, I didn't try so I don't know).
For me, the official emulator with the Intel Accelerator is good enough for my use. Not as fast as GenyMotion, but a lot more reliable.
 
Upvote 0

alienhunter

Active Member
Licensed User
Longtime User
I had so many problems with GenyMotion that do not occur on a real device (try with the Licensing library and you'll see) that I completely given up this emulator. So you should'nt worry about this if that works well on your device. That being said, TabHost is a well-known focus stealer (in ICS the bug was still there; in JellyBean, I didn't try so I don't know).
For me, the official emulator with the Intel Accelerator is good enough for my use. Not as fast as GenyMotion, but a lot more reliable.



thanks for your info ...it is driving :eek: this Tabhost problem
 
Upvote 0
Top