리눅스에서 안드로이드 에뮬레이터에 네트워킹


0

리눅스에서 리눅스를위한 안드로이드 스튜디오 에뮬레이터 (Fedora 29)에서 네트워크를 작동시킬 수있는 방법은 무엇입니까? 내가 그랬어. telnet localhost 5554 그리고 괜찮아 보인다. Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Android Console: Authentication required Android Console: type 'auth <auth_token>' to authenticate Android Console: you can find your <auth_token> in '/home/roberto/.emulator_console_auth_token' OK 그러나 그것은 감사하지 않고, 크롬에 관한 약간의 사이트를 시험해 보지만 네트워크가 없다.


파일을 봤어? /home/roberto/.emulator_console_auth_token (호스트 컴퓨터에서) auth <auth_token> 제안대로 명령? 네트워킹이 실제로 작동하는 것처럼 보입니다. 인증을 받아야합니다.
Mokubai

그래서 나는 타이핑했다. auth <token> 같은 콘솔에서 나는 괜찮아졌지만 여전히 작동하지 않을 것이다.
Roberto Balejík
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.