直接下载ADT mac版
模拟器报错处理
1. 显示隐藏文件命令
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
2. 修改
/.android/avd/你的模拟器名字/emulator-user.ini
window.x = 0
原因没有深究,可能和双屏有关?
2022-07-21 16:51:42
直接下载ADT mac版
模拟器报错处理
1. 显示隐藏文件命令
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
2. 修改
/.android/avd/你的模拟器名字/emulator-user.ini
window.x = 0
原因没有深究,可能和双屏有关?