Reputation: 45
After debugging a project, the application starts on android device but the error message "Unfortunately Smartface emulator stopped" has always been shown when I unlock the screen. I could not fix it.
Is there anyone else who faces this error message?
Upvotes: 0
Views: 224
Reputation: 13
One way to fix this is to go to your phone Settings - > Developer options (depends on your device manufacturer) and check "Stay awake" (so the screen will never go to sleep while connected)
Hope this helps.
Upvotes: 0
Reputation: 777
This is a known issue for Android emulator, and it is already fixed.
Next release of Smartface App Studio will be ready soon and you will be able to use it without facing this error.
Upvotes: 2
Reputation: 2023
Open your AVD Manager and then open the configuration of your Emulator. In android studio, click on advanced options, there will be option called "VM heap" try changing it to 32, if that doesn't work then try 64.
Upvotes: 0