每次啟動時,我都會在 bumblebee android studio 中更改設備模擬器。如何設定默認模擬器?

uj5u.com熱心網友回復:
默認情況下,android studio 會保存您上次使用的虛擬設備,但您可以手動更改它。
在專案目錄中,將您的默認設備設定為.idea/deploymentTargetDropDown.xml
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<!--edit this line-->
<value value="change-to-default-device.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/439063.html
