0

I am trying to automate an android application using Robotium. I am trying to find the id's of the elements using Hierarchyviewer on the emulator. When I launch my app on the emulator it says "Update Google Play Services" and app closes. I tried all the solutions to updated Google Play Services on Emaultor- NO USE. Tried with AVD - Google API 4.2.2 as well. Please let me how do I proceed from here.

Mohammed Akram
  • 165
  • 1
  • 1
  • 9
  • Check out similar http://stackoverflow.com/questions/16000548/google-play-services-in-emulator-implementing-google-plus-login-button-etc – GrIsHu Dec 18 '13 at 09:20
  • Thanks GrIsHu, I have read that post also and tried with that AVD also. Its not working. – Mohammed Akram Dec 18 '13 at 10:05

1 Answers1

0

As pointed out by GrIsHu you should be able to follow what is on that page. If you really cannot get that to work, I might suggest trying to use an alternative emulator Genymotion This makes it really easy to get new emulators that run fast and also gives you a few extra features.

Community
  • 1
  • 1
Paul Harris
  • 5,769
  • 1
  • 25
  • 41
  • Thanks @Paul, I am using the Android SDK emulators with Hierarchyviewer to find the object id's ? Can I do the same with Genymotion emulators also ? – Mohammed Akram Dec 23 '13 at 13:13