Fixed
Status Update
Comments
hu...@google.com <hu...@google.com>
wd...@google.com <wd...@google.com>
wd...@google.com <wd...@google.com> #2
There are actually 2 bugs in avd manager's SD card feature:
1, After an avd is created, whenever we modify any option, SD card
would become disabled.
2, After an avd with a studio-managed SD card is created, we cannot
modify the sd card to point to an external SD card.
1, After an avd is created, whenever we modify any option, SD card
would become disabled.
2, After an avd with a studio-managed SD card is created, we cannot
modify the sd card to point to an external SD card.
ag...@google.com <ag...@google.com> #3
Glad you were able to repro!
In case the fix for this is in the same area, wanted to point out that I also filed another similar bug here:https://buganizer.corp.google.com/issues/75259650
In case the fix for this is in the same area, wanted to point out that I also filed another similar bug here:
Description
Android Studio Version: 3.1 Canary 8
Android SDK Tools:
Host Operating System: glinux
Steps to Reproduce Bug:
1. Create an emulator image via "Android Virtual Device Manager"
2. After it's created, note that the sdcard works and in the .avd/config.ini: hw.sdCard=yes
3. Click the pencil icon to edit the image -> Advanced -> Increase data partition size
4. Start the emulator and note that /sdcard is no longer mounted, and in the .avd/config.ini: hw.sdCard=no
Expected Behavior:
Don't disable the sdcard
Observed Behavior:
Disables the sdcard