Android studio offline installer

как установить андроид-студию в офлайн-режиме

Мне нужно установить студию Android на многие ПК. Есть ли способ установить последнюю версию android studio в автономном режиме, загрузив все автономные файлы только один раз? Большинство ПК работают под управлением Windows 8.1 / 8/7.

8 ответов

Определенно ДА, вы всегда можете установить Android Studio со всеми пакетами SDK и инструментами на автономный ПК. Как я только что сделал это сам.

Единственное, что вы должны гарантировать, что у вас должен быть один компьютер с Интернетом с такой же конфигурацией, как и у автономных ПК. Например, если у вас 64-битный ПК с Win 7, то у вас также должен быть 64-битный Win 7 на ПК в автономном режиме. Но я не пробовал широко использовать 64-битные и 32-битные ПК.

После того, как вы установили Android Bundle (доступный на веб-сайте студии Android) как на онлайн, так и на автономных ПК, вы загружаете все необходимые файлы, необходимые для правильного запуска Android Studio на ПК в сети.

После этого сравните папку внутри папки sdk: «C: \ user \ name \ AppData \ Local \ Android \ sdk», доступную на обоих ПК (онлайн и офлайн). И если вы когда-нибудь почувствуете, что некоторые файлы отсутствуют, скопируйте эту папку с ПК в сети и вставьте в ПК в автономном режиме. В частности, вам нужно сделать это для папок: ‘extras’, ‘tool’ и ‘system-images’.

После этого просто НАСЛАЖДАЙТЕСЬ .

Загрузите Android Studio 3.5.0 beta 1 и автономные компоненты.

Это общая ссылка для всех версий Android Studio в зависимости от платформ. Также можно выбрать такие варианты, как с SDK или без SDK. Все загрузки являются автономными установщиками. https://developer.android.com/studio/index.html.

Используйте официальный сайт Android Studio для загрузки.

Вы можете загрузить Android Studio «Bundle», который содержит как IDE, так и SDK. Затем вы можете установить его на любое количество компьютеров.

Android studio 3.5.0 Автономная установка — полностью офлайн

Во-первых, я хотел бы сообщить вам, что лучший и безопасный способ — найти хорошее интернет-соединение и подключить ваш компьютер, и просто подождать, пока студия Android выполнит все вышеперечисленные шаги за вас. но если вы похожи на меня с ограниченным интернетом доступ или по какой-то причине, если вы вообще не можете подключить свой компьютер и используете 64-битную машину с Windows 7, 8 и 10, вот подробные инструкции по загрузке всех необходимых компонентов сразу на другой компьютер с Интернетом и установке на свой компьютер ПОЛНОСТЬЮ В автономном режиме .

Скачать файлы

плагин Android Gradle 3.5.0

На момент написания этой статьи официальный сайт developer.android.com предоставляет только плагин Android Gradle 3.5.0-beta 01, а требуемая версия Android Studio 3.5.0 не является бета-версией, а плагином Android Gradle 3.5.0 — так что вам необходимо рекурсивно загрузить все необходимые файлы и папки с помощью wget с этого сайта (ссылка).

Для этого сначала загрузите wget (ссылку для скачивания) скопируйте его в c: \ location и добавьте его в переменную среды пути Windows.

После этого выберите и щелкните правой кнопкой мыши файл download.bat и запустите его от имени администратора. Пакетная команда будет использовать wget для загрузки и создания всех файлов и папок для android-gradle-plugin 3.5.0.

Дождитесь завершения загрузки .

И выполните следующие шаги:

1 — разархивируйте android sdk в это место ниже

% USERPROFILE% / AppData / Local \ Android / Sdk

2 — установите android studio 3.5.0 и позвольте студии android попытаться создать созданный проект и закрыть его, когда он выдает ошибку.

3 — скопируйте gradle 5.4.1.zip в

% USERPROFILE% /. Gradle / wrapper / dists / gradle-5.4.1-all / 3221gyojl5jsh0helicew7rwx /, если папка не существует, создайте ее.

Читайте также:  Miui apk для андроид

4 — скопируйте все папки из C: \ android-gradle-plugin-3.5.0 \ nexus.xebialabs.com \ nexus \ content \ repositories \ public

И вставьте его в% USERPROFILE% /. android / manual-offline-m2 / android-gradle-plugin-3.5.0 создайте папку android-gradle-plugin-3.5.0, если она не существует.

5 — наконец, чтобы указать системе сборки Android использовать автономный плагин android gradle, вам необходимо создать скрипт, как описано ниже.

Создайте пустой текстовый файл со следующим путем и именем файла: Windows не позволит создать папку init.d, вы должны сделать это из командной строки, поэтому в папке .gradle нажмите shift + щелкните правой кнопкой мыши -> щелкните open command_window_here и введите mkdir init.d

«% USERPROFILE% /. Gradle / init.d / offline.gradle /»

Затем из папки init.d — щелкните правой кнопкой мыши> наведите указатель мыши на новый> щелкните текстовый документ. скопируйте и вставьте ниже скрипт и сохраните как файл как offline.gradle

Сохраните текстовый файл.

6 — запустить Android studio

Чтобы убедиться, что вы работаете в автономном режиме, закомментируйте эти строки ниже знаком «//» в файле build.gradle, как показано ниже.

К настоящему времени ваша оффлайн-студия Android должна работать.

У Google есть специальный пилотный комплект GDG Dev Kit, в котором есть все необходимое для установки Android Studio в автономном режиме. По сути, это 4 DVD, которые содержат весь веб-сайт Android, включая Android SDK, документацию по Material Design, обучающие видео и массу других полезных материалов для разработчиков.

Его можно совершенно бесплатно получить через ближайший к вам Google Developers Group, Посол Google Student, или вы можете скачать весь комплект здесь: ReadMe пилотного набора GDG Dev Kit.

Последняя версия Android studio в автономном режиме, загрузив все файлы в автономном режиме только один раз, затем вам нужно загрузить «Все пакеты Android Studio» по ссылке: — http://developer.android.com/sdk/index.html.

В ответ на сообщение «Не был установлен следующий компонент SDK: build-tools-21.1.1»

Источник

как установить android studio full offline

Мне нужно установить Android studio на многих ПК. Есть ли способ установить последнюю версию Android studio в автономном режиме, загрузив все автономные файлы только один раз? Большинство компьютеров работают под управлением Windows 8.1 / 8 / 7.

6 ответов

определенно да, вы всегда можете установить Android Studio со всеми пакетами SDK и инструментами на автономном ПК. Как я только что сделал это сам.

единственное, что вы должны гарантировать, что у вас должен быть один ПК с интернетом с аналогичной конфигурацией с автономных ПК. Например, если у вас есть Win 7 64bit On-Line PC, то вы также должны иметь Win 7 64 бит на автономных ПК. Но я не пробовал широко на 64 против 32 битных ПК.

после установки Android Bundle (доступно на веб-сайте Android studio), как на ОН-ЛАЙН и офф-лайн ПК, вы даунленд все необходимые файлы, необходимые для запуска Android Studio должным образом На он-лайн ПК.

после этого сравните папку внутри папки sdk: «C:\user\name\AppData\Local\Android\sdk» доступный на обоих ПК (он-лайн & офф-лайн). И где бы вы ни чувствовали, что некоторые файлы отсутствуют скопируйте эту папку с Он-Лайн ПК и вставьте в офф-лайн ПК.Особенно, вам нужно сделать это для папки: «дополнительно», «инструмент» & система образов’.

после этого, просто наслаждайтесь.

в ответ на «следующий компонент SDK не был установлен: build-tools-21.1.1»

  • загрузить build-tools 21.1.1 из http://dl-ssl.google.com/android/repository/build-tools_r21.1.1-windows.zip
  • распакуйте его в папке sdk / build-tools (например, %UserProfile%\AppData\Local\Android\sdk\build-tools\ для Windows)
  • вы получите тогда / build-tools / android-5.0 / рядом /build-tools / 21.1.2/
  • перезагрузка Android Studio

Google имеет специальный пилот GDG Dev Kit, который поставляется со всем необходимым для установки Android Studio в автономном режиме. Это в основном 4 DVD, которые содержат весь сайт Android, включая Android SDKs, Material Design docs, обучающие видео и тонну другого полезного материала dev.

Он доступен совершенно бесплатно через ближайший Группа Разработчиков Google, Google Student Ambassador, или вы можете скачать весь комплект здесь: GDG Dev комплект пилот ReadMe.

Читайте также:  Super hexagon для android

Android studio последняя версия форума, загрузив все автономные файлы только один раз, то вы должны скачать «все Android Studio пакеты» и ссылка: — http://developer.android.com/sdk/index.html

вы можете скачать Android Studio «Bundle», который содержит как IDE, так и SDK. Затем вы можете установить его на столько компьютеров, сколько вы хотите.

Это общая ссылка для всех версий Android Studio в зависимости от платформ. Также варианты как с SDK или без SDK можно выбрать. Все загрузки являются автономными установщиками. https://developer.android.com/studio/index.html

использовать официальный сайт Andorid Studio для закачки.

Источник

Android Studio

Android Studio 2020.3.1 LATEST

Windows Vista / Windows 7 / Windows 8 / Windows 10

Android Studio 2021 full offline installer setup for PC 32bit/64bit

Android Studio is a popular software development environment by Google (also known as an integrated development environment) that enables programmers and engenders from all around the world direct access to the tools for coding, debugging, performance-optimizing, version compatibility checking, hardware compatibility checking (various android devices and screen size, including tablets), and many other tools that can help developers to better automate the process of coding and enable quicker iteration and discovery. Android Studio features all of those tools, including many that can help programmers to easily create their android-based project from conception to final distribution. That includes tools for design, test, debug, compiling, and profiling your app.

The interface of Android Studio is very modern and interactive, enabling users to easily modify their UI by dragging and dropping components and preview windows, with full support for working in multi-monitor environments.

With perfect Android emulation on Windows, macOS, and Linux and fully integrated support for Google Cloud Platform, the app represents the best SDE package that you can find today for making apps for Android devices.

Features and Highlights

Intelligent code editor
At the core of the tool is an intelligent code editor capable of advanced code completion, refactoring, and code analysis. The powerful code editor helps you be a more productive Android app developer.

Code templates and GitHub integration
New project wizards make it easier than ever to start a new project. Start projects using template code for patterns such as navigation drawer and view pagers, and even import Google code samples from GitHub.

Multi-screen app development
Build apps for Android phones, tablets, Android Wear, Android TV, Android Auto, and Google Glass. With the new Android Project View and module support in AndroidStudio, it’s easier to manage app projects and resources.

Virtual devices for all shapes and sizes
It comes pre-configured with an optimized emulator image. The updated and streamlined Virtual Device Manager provides pre-defined device profiles for common Android devices.

Android builds evolved, with Gradle
Create multiple APKs for your Android app with different features using the same project. Manage app dependencies with Maven. Build APKs from the Studio or the command line.

More about Android Studio:

  • Built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.
  • Flexible Gradle-based build system.
  • Build variants and multiple APK generation.
  • Expanded template support for Google Services and various device types.
  • Rich layout editor with support for theme editing.
  • Lint tools to catch performance, usability, version compatibility, and other problems.
  • ProGuard and app-signing capabilities.
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine.

Источник

Install Android Studio

Setting up Android Studio takes just a few clicks.

Windows

To install Android Studio on Windows, proceed as follows:

    If you downloaded an .exe file (recommended), double-click to launch it.

If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines).

  • Follow the setup wizard in Android Studio and install any SDK packages that it recommends.
  • Читайте также:  Как создать загрузочную флешку для планшета андроид

    That’s it. The following video shows each step of the setup procedure when using the recommended .exe download.

    As new tools and other APIs become available, Android Studio tells you with a pop-up, or you can check for updates by clicking Help > Check for Update.

    To install Android Studio on your Mac, proceed as follows:

    1. Launch the Android Studio DMG file.
    2. Drag and drop Android Studio into the Applications folder, then launch Android Studio.
    3. Select whether you want to import previous Android Studio settings, then click OK.
    4. The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.

    That’s it. The following video shows each step of the recommended setup procedure.

    As new tools and other APIs become available, Android Studio tells you with a pop-up, or you can check for updates by clicking Android Studio > Check for Updates.

    Note: If you use Android Studio on macOS Mojave or later, you might see a prompt to allow the IDE to access your calendar, contacts, or photos. This prompt is caused by new privacy protection mechanisms for applications that access files under the home directory. So, if your project includes files and libraries in your home directory, and you see this prompt, you can select Don’t Allow.

    Linux

    To install Android Studio on Linux, proceed as follows:

      Unpack the .zip file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile, or /opt/ for shared users.

    If you’re using a 64-bit version of Linux, make sure you first install the required libraries for 64-bit machines.

  • To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh .
  • Select whether you want to import previous Android Studio settings or not, then click OK.
  • The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.
  • Tip: To make Android Studio available in your list of applications, select Tools > Create Desktop Entry from the Android Studio menu bar.

    Required libraries for 64-bit machines

    If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command:

    If you are running 64-bit Fedora, the command is:

    That’s it. The following video shows each step of the recommended setup procedure.

    As new tools and other APIs become available, Android Studio tells you with a pop-up, or you can check for updates by clicking Help > Check for Update.

    Chrome OS

    Follow these steps to install Android Studio on Chrome OS:

    1. If you haven’t already done so, install Linux for Chrome OS.
    2. Open the Files app and locate the DEB package you downloaded in the Downloads folder under My files.

    Right-click the DEB package and select Install with Linux (Beta).

    • If you have installed Android Studio before, select whether you want to import previous Android Studio settings, then click OK.

    The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.

    After installation is complete, launch Android Studio either from the Launcher, or from the Chrome OS Linux terminal by running studio.sh in the default installation directory:

    That’s it. As new tools and other APIs become available, Android Studio tells you with a pop-up, or you can check for updates by clicking Help > Check for Update.

    Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.

    Источник

    Оцените статью