Application not responding during testing for genymotion

I am using the genymotion android emulator to test my application (which needs google play services). Since genymotion cannot support this, I followed the instructions here. How to install Google Play services in a Genymotion virtual machine (without drag and drop support)?

When I tried to run this application in genymotion mode, a dialog box pops up saying: β€œThe application is not responding. This application was fine. I don’t know why it suddenly stops working. This problem only occurs when testing my application for genymotion but not on the real device emulator and eclipse. Error logcat.Emulator can connect to the Internet. Everything is checked. My code has no problems. I deleted genymotion AVD, created and tested with the new one, also can not solve the problem.
Please tell me How to solve this problem?

+3
source share
2 answers

, . ANR ( ). , , .

Bedug ( Run) . DDMS, , , 5 . Tracedump, Android.

, , , . , , "" Google ANR , .

, , .

+2

Genymotion googleplay, , , , . , adb adb ( , adb xD, ..)

0

All Articles