How to open a terminal window of an Android emulator?

To enable logging to connect to medailytics, I need to enter it in the emulator terminal

adb shell

setprop log.tag.MMT DEBUG

Unfortunately, I have no idea how to open a terminal, and the developer's resource does not seem to mention the topic.

And I won’t be surprised if someone tells me that there are actually 150 more steps in this task, because the documentation on medialism is really very poor.

+5
source share
4 answers

On Windows, it is called the command line and can be found in your Start menu.

In OS X, it is called Terminal and can be found in your Apple menu.

Linux ... Linux , , DEITHITY .

+10

, "adb" (Windows/Linux/Mac).
Android "adb".
adb devices, , ​​.
/ "adb shell" "setprop"!

!

+5

ADB :

~/android-sdk-linux/tools
~/android-sdk-linux/platform-tools

, Android SDK.

adb . .bashrc , :

$ nano ~/.bashrc

[ , ]

:

#AndroidDev PATH
export PATH=${PATH}:~/android-sdk-linux/tools
export PATH=${PATH}:~/android-sdk-linux/platform-tools

adb, , , , :

locate adb | grep bin

: https://help.ubuntu.com/community/AndroidSDK

+1

ALT + F1 - ALT + F7 -

Android 4.3

0

All Articles