aboutsummaryrefslogtreecommitdiffstats
path: root/androidprefs
Commit message (Collapse)AuthorAgeFilesLines
* Add snapshot handling for AVD creation, details, and launchTim Baverstock2011-01-121-0/+7
| | | | | | Also respect 'Wipe User Data' by disabling snapshot launch, and support 'Edit AVD'. Change-Id: I5bc94c316e550b2585ca80185a02ffbe6d3e8401
* SDK Manager: edit errors displayed when ANDROID_SDK_HOME is missing.Raphael2010-03-261-1/+2
| | | | Change-Id: I5748ced7efbcabf77a72670f577269f89da99925
* SDK Manager: correctly handle lack of AvdManagerRaphael2010-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Digit's issue in SDK Bug 2535112 was that AndroidLocation failed to get the SDK home dir; consequently the SdkManager failed to create an AvdManager and was using a null ptr everywhere. This CL addresses the core issue here: - The New AVD button should be grayed if there is AvdManager. - UpdaterData.initSdk was catching the error and printing an error log that is not shown in the UI. There's now an explicit dialog box that explains the error and how to solve it. - UpdaterWindow now aborts if the above dialog is shown. There's no need to keep the SDK Manager window around -- OK maybe that's a bit harsh since the SDK download/install part can stil lbe used by do we really want to deal with an half-functional window? No we don't really want that use-case. Let's force the user to fix it. - Fixed the AndroidLocation error message to something more usable. Most people can set an environment variable, however few know how to "set up the user.home property" (I don't even know how to do that.) - Display the AVD base folder in the AVD page. Change-Id: I2b9dbc7180e4bb3ff696de257bb260e808301d2d
* Make sure that the android pref folder is always present when queried.Xavier Ducrohet2009-08-131-13/+23
| | | | BUG: 2053511
* Split development/.gitignore into separate gitignore files per project.Raphael2009-04-261-0/+2
| | | | | Added missing gitignore for layoutlib_utils. Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-0/+162
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-162/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-28/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+3
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-38/+6
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
|
* Initial ContributionThe Android Open Source Project2008-10-215-0/+217