本文介绍了Android Studio版本1.5.1中模拟器的其他命令行选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在最新更新到AS后,仿真器的其他命令行选项丢失。我主要用于-http-proxy和-scale命令。
After the latest update to AS, the emulator's additional command line options are missing. I use this primarily for -http-proxy and -scale commands. Any help in locating these options, or it's replacement, would be appreciated.
推荐答案
这是V1.5中的一个已知错误:
It's a known bug in version 1.5:
。您可以尝试降级到1.4.1:
The Emulator tab has disappeared from the Run Configurations. You can try to downgrade to 1.4.1:
这篇关于Android Studio版本1.5.1中模拟器的其他命令行选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!