2016-11-20 12 views
9

मैं एक नकली डिवाइस पर निर्देशांक सेट करने की कोशिश कर रहा हूं।एंड्रॉइड टर्मिनल - टेलिनेट गुम हो गया आदेश, इस त्रुटि को प्राप्त करना: केओ: अज्ञात कमांड, 'मदद'

XXXX-MacBook-XXXXX XXXX$ 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 
'/Users/XXXXX/.emulator_console_auth_token' 
OK 

समस्या है ...

geo fix 77.9888 34.0000 
    KO: unknown command, try 'help' 

मैं भू कमांड

help 
Android console command help: 

    help|h|?   print a list of commands 
    auth    use 'auth <auth_token>' to get extended functionality 
    avd    control virtual device execution 
    quit|exit  quit control session 

try 'help <command>' for command-specific help 
OK 

वास्तव में है लगता नहीं है, ऐसा लगता है कि मेरे आदेशों की सबसे लापता हैं।

क्या कोई जानता है कि आदेश क्यों गुम हैं?

उत्तर

15

आपको प्रमाणित नहीं किया गया है।

मेरे जैसे /Users/XXXXX/.emulator_console_auth_token की सामग्री प्राप्त करें और ठीक शीघ्र बाद

auth <auth_token> 
+0

धन्यवाद डिएगो! वह चाल है! – James

3

दर्ज शौकीनों के लिए 'डिएगो-टोरेस-मिलानो क्या मतलब:

cat /Users/XXXXX/.emulator_console_auth_token 
<copy the above contents - auth_token> 
telnet localhost <portnumber> (mostly 5554) 
auth auth_token 
संबंधित मुद्दे