为什么我的emolator在vs代码中不工作我尝试npx启动和npx运行android,但它仍然不工作
krcsximq1#
您需要设置
将以下行添加到$HOME/.bash_profile或$HOME/.bashrc(如果使用zsh,则添加~/.zprofile或~/.zshrc)配置文件中:
$HOME/.bash_profile
$HOME/.bashrc
~/.zprofile
~/.zshrc
export ANDROID_SDK_ROOT=$HOME/Library/Android/sdk export PATH=$PATH:$ANDROID_SDK_ROOT/emulator export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
参考编号:Environment SetUp
1条答案
按热度按时间krcsximq1#
您需要设置
将以下行添加到
$HOME/.bash_profile
或$HOME/.bashrc
(如果使用zsh,则添加~/.zprofile
或~/.zshrc
)配置文件中:参考编号:
Environment SetUp