Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Jeśli chcesz mieć wcześniejszy dostęp do następnej wersji Androida Studio, nie musisz zastępować obecnej stabilnej wersji. Wersję podglądową Androida Studio możesz zainstalować obok wersji stabilnej i pracować nad tymi samymi projektami aplikacji w obu wersjach.
Jest to możliwe, ponieważ Android Studio przechowuje ustawienia każdej instalacji w folderach specyficznych dla wersji. Jeśli na przykład masz zainstalowaną na komputerze z systemem Windows stabilną wersję Android Studio 2.3 i wersję podglądową Android Studio 3.0, ustawienia każdej z nich są zapisywane w katalogach takich jak te:
Na komputerze Mac te katalogi znajdują się w ~/Library/Preferences/ i ~/Library/Application Support/. W systemie Linux znajdują się one w katalogu domowym.
Domyślnie wszystkie instalacje Android Studio korzystają z tej samej lokalizacji narzędzi Android SDK, która jest określona w Menedżerze SDK. Dzięki temu aktualizacje innych narzędzi SDK są dostępne we wszystkich wersjach Android Studio.
Jeśli nie masz jeszcze środowiska Android Studio, pobierz jego stabilną wersję tutaj. Warto mieć taką możliwość, gdyby w wersji podglądowej pojawił się nowy błąd.
Zmień nazwę powstałego folderu na unikalną, np. „Android Studio Preview”.
Przenieś go w stałe miejsce, np. obok istniejącej instalacji Android Studio w C:\Program Files\Android\.
W folderze C:\Program Files\Android\Android Studio Preview\bin\ uruchom studio64.exe (lub studio.exe, jeśli używasz maszyny 32-bitowej).
Aby wersja podglądowa była dostępna w menu Start, kliknij prawym przyciskiem myszy studio64.exe i wybierz Przypnij do menu Start.
Mac:
Rozpakuj plik ZIP.
Uwaga:
jeśli pobierzesz wersję 2.3 lub starszą, nazwa aplikacji nie będzie zawierać numeru wersji, więc przed przeniesieniem nowej wersji do katalogu aplikacji musisz najpierw zmienić jej nazwę. W przeciwnym razie możesz zastąpić obecną wersję Androida Studio.
Przeciągnij plik aplikacji do folderu Aplikacje.
Teraz uruchom aplikację.
Linux:
Rozpakuj plik ZIP.
Zmień nazwę powstałego folderu na unikalną, np. „android-studio-preview”.
Przenieś go w miejsce, w którym masz stabilną wersję, np. w /usr/local/ w przypadku profilu użytkownika lub w /opt/ w przypadku użytkowników współdzielonych.
Otwórz terminal, przejdź do katalogu android-studio-preview/bin/ i wykonaj polecenie studio.
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-28 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-08-28 UTC."],[],[],null,["If you want early access to the next version of Android Studio, you don't have to replace your\nexisting stable version. You can install the Android Studio preview side by side with the stable\nversion and work on the same app projects in both.\n\nThis is possible because Android Studio stores its settings for each install in version-specific\nfolders. For example, if you have the stable version of Android Studio 2.3\nand a preview version of Android Studio 3.0 installed on Windows, the settings for each\nare saved in directories such as the following: \n\n```\nC:\\Users\\Jamie\\.AndroidStudio2.3\\\nC:\\Users\\Jamie\\.AndroidStudioPreview3.0\\\n```\n\nOn Mac, these directories are in `~/Library/Preferences/` and\n`~/Library/Application Support/`. On Linux, they're in your home directory.\n\nBy default, all Android Studio installations share the same Android SDK tools location as\nspecified in the [SDK Manager](/studio/intro/update#sdk-manager), so updates to your other\nSDK tools are available in all versions of Android Studio.\n| **Note:** Newer versions of Android Studio might change some configuration data in your projects (such as code style settings in the `.idea` file), which might not be compatible with the older version of Android Studio.\n\nIf you don't already have it, [download Android Studio stable here](/studio). It's good to have\njust in case you encounter a new bug in the preview version.\n\nInstall alongside your stable version\n\nAfter you [download an Android Studio preview](/studio/preview), simply save the application\nalongside any other version of Android Studio as described below.\n\n**Windows:**\n\n1. Unpack the ZIP file.\n2. Rename the resulting folder to something unique like \"Android Studio Preview.\"\n3. Move it to a permanent location, such as next to your existing Android Studio install in `C:\\Program Files\\Android\\`.\n4. Inside `C:\\Program Files\\Android\\Android Studio Preview\\bin\\`, launch `studio64.exe` (or if you're on a 32-bit machine, launch `studio.exe`).\n5. To make the preview version available in your Start menu, right-click `studio64.exe` and click **Pin to Start Menu**.\n\n**Mac:**\n\n1. Unpack the ZIP file. **Note:**\n If you download version 2.3 or lower, the application name does not\n include the version number, so you must first rename it before moving\n the new version into your apps directory. Otherwise, you might override your\n existing version of Android Studio.\n\n2. Drag the app file into your **Applications** folder.\n3. Now launch it.\n\n**Linux:**\n\n1. Unpack the ZIP file.\n2. Rename the resulting folder to something unique like \"android-studio-preview.\"\n3. Move it to wherever you have your stable version, such as within `/usr/local/` for your user profile, or `/opt/` for shared users.\n4. Open a terminal, navigate into `android-studio-preview/bin/` and execute `studio`."]]