Chrome remote desktop AND android emulator -


i remote(chrome remote) desktop runs android studio. when try run emulator android studio, see window virtual device open. device doesn't power on. not behavior when use desktop directly run android project. behavior because of remoting? if how change it?

my need work on android studio on remote connection, if there way achieve it, kindly advise.

this avd log

    c:\users\xxx\appdata\local\android\sdk\tools\emulator.exe -avd nexus_5_api_21 -netspeed full -netdelay none  emulator: device fd:1228  hax working , emulator runs in fast virt mode  creating window 61 83 462 820 

logcat

    04-29 12:06:39.077    1966-1966/com.example.xxx.four4 e/libprocessgroup﹕ failed make , chown /acct/uid_10053: read-only file system 04-29 12:06:39.077    1966-1966/com.example.xxx.four4 w/zygote﹕ createprocessgroup failed, kernel missing config_cgroup_cpuacct? 04-29 12:06:39.078    1966-1966/com.example.xxx.four4 i/art﹕ not late-enabling -xcheck:jni (already on) 04-29 12:06:39.183    1966-1986/com.example.xxx.four4 d/openglrenderer﹕ render dirty regions requested: true 04-29 12:06:39.186    1966-1966/com.example.xxx.four4 d/﹕ hostconnection::get() new host connection established 0xa607f4c0, tid 1966 04-29 12:06:39.319    1966-1966/com.example.xxx.four4 d/atlas﹕ validating map... 04-29 12:06:40.050    1966-1966/com.example.xxx.four4 i/choreographer﹕ skipped 42 frames!  application may doing work on main thread. 04-29 12:06:40.184    1966-1986/com.example.xxx.four4 d/﹕ hostconnection::get() new host connection established 0xa607fa60, tid 1986 04-29 12:06:40.231    1966-1986/com.example.xxx.four4 i/openglrenderer﹕ initialized egl, version 1.4 04-29 12:06:40.469    1966-1986/com.example.xxx.four4 d/openglrenderer﹕ enabling debug mode 0 04-29 12:06:40.521    1966-1986/com.example.xxx.four4 w/egl_emulation﹕ eglsurfaceattrib not implemented 04-29 12:06:40.521    1966-1986/com.example.xxx.four4 w/openglrenderer﹕ failed set egl_swap_behavior on surface 0xa6083580, error=egl_success 04-29 12:07:12.637    1966-1973/com.example.xxx.four4 w/art﹕ suspending threads took: 13.570ms 

thanks.

the android emulator not using of cpu capabilities rather single thread , guess remote desktop , emulator sharing same thread preventing emulator run while using remote desktop. solution use stronger cpu or different remote desktop user2839592 said.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -