[TIMOB-4064] Android: Each AVD should have its own SD card rather than using a shared SD card
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-05T13:48:07.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-26, Release 1.7.2, Release 1.8.0 |
Components | Android |
Labels | n/a |
Reporter | Opie Cyrus |
Assignee | Bill Dawson |
Created | 2011-05-12T23:09:12.000+0000 |
Updated | 2011-11-05T13:48:07.000+0000 |
To test: * Launch any app from Titanium Studio to the Android emulator. Take note of which emulator is launched (titanium_X_XXXX). * Close the emulator after the application launches (you can keep Ti Studio open.) * Run the Android SDK and AVD Manager, i.e., by running
android
at a command-line (it's in thetools
sub-folder of the Android SDK folder.) * In the SDK and AVD MAnager, select "Virtual Devices", then find the emulator that you just ran your app in, select it and click "Delete...". Go ahead and confirm. * Back in Ti Studio, launch your app again. This will force the AVD that you just deleted to be re-created. * As the emulator is launching, you can check your home folder's.titanium
sub-folder, which is where we store emulator SDCard images. You should see a titanium-xx-xxxxx.sdcard file there that just got created.Testing and merged on 1_7_X for inclusion into 1.7.2.
Tested with titanium_6_WVGA854 with 1.7.2.v20110630161836
Standardizing summary and labels.