Install android studio from zip

Installing the Android SDK

Android Studio provides everything you need to start developing apps for Android, including the Android Studio IDE and the Android SDK tools.

If you didn’t download Android Studio, go download Android Studio now, or switch to the stand-alone SDK Tools install instructions.

Before you set up Android Studio, be sure you have installed JDK 6 or higher (the JRE alone is not sufficient)—JDK 7 is required when developing for Android 5.0 and higher. To check if you have JDK installed (and which version), open a terminal and type javac -version . If the JDK is not available or the version is lower than 6, go download JDK.

To set up Android Studio on Windows:

  1. Launch the .exe file you just downloaded.
  2. Follow the setup wizard to install Android Studio and any necessary SDK tools.

On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location.

Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21 .

The individual tools and other SDK packages are saved outside the Android Studio application directory. If you need to access the tools directly, use a terminal to navigate to the location where they are installed. For example:

To set up Android Studio on Mac OSX:

  1. Unzip the downloaded zip file, android-studio-ide- -mac.zip .
  2. Drag and drop Android Studio into the Applications folder.
  3. Open Android Studio and follow the setup wizard to install any necessary SDK tools.

Depending on your security settings, when you attempt to open Android Studio, you might see a warning that says the package is damaged and should be moved to the trash. If this happens, go to System Preferences > Security & Privacy and under Allow applications downloaded from, select Anywhere. Then open Android Studio again.

  • Follow the links to install the SDK outside of the Android Studio directories.
  • The individual tools and other SDK packages are saved outside the Android Studio application directory. If you need access the tools directly, use a terminal to navigate into the location where they are installed. For example:

    To set up Android Studio on Linux:

    1. Unpack the downloaded Tar file, android-studio-ide- -linux.zip , into an appropriate location for your applications.
    2. To launch Android Studio, navigate to the android-studio/bin/ directory in a terminal and execute studio.sh .

    You may want to add android-studio/bin/ to your PATH environmental variable so that you can start Android Studio from any directory.

    If the SDK is not already installed, follow the setup wizard to install the SDK and any necessary SDK tools.

    Note: You may also need to install the ia32-libs, lib32ncurses5-dev, and lib32stdc++6 packages. These packages are required to support 32-bit apps on a 64-bit machine.

    Android Studio is now ready and loaded with the Android developer tools, but there are still a couple packages you should add to make your Android SDK complete.

    The stand-alone SDK Tools package does not include a complete Android development environment. It includes only the core SDK tools, which you can access from a command line or with a plugin for your favorite IDE (if available).

    If you didn’t download the SDK tools, go download the SDK now, or switch to the Android Studio install instructions.

    To get started on Windows:

    Your download package is an executable file that starts an installer. The installer checks your machine for required tools, such as the proper Java SE Development Kit (JDK) and installs it if necessary. The installer then saves the Android SDK Tools to a specified the location outside of the Android Studio directories.

    1. Double-click the executable ( .exe file) to start the install.
    2. Make a note of the name and location where you save the SDK on your system—you will need to refer to the SDK directory later when using the SDK tools from the command line.
    3. Once the installation completes, the installer starts the Android SDK Manager.

    To get started on Mac OSX:

    Unpack the ZIP file you’ve downloaded. By default, it’s unpacked into a directory named android-sdk-mac_x86 . Move it to an appropriate location on your machine, such as a «Development» directory in your home directory.

    Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later when using the SDK tools from the command line.

    To get started on Linux:

    Unpack the .zip file you’ve downloaded. The SDK files are download separately to a user-specified directory.

    Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later when using the SDK tools from the command line.

    Troubleshooting Ubuntu
    • If you need help installing and configuring Java on your development machine, you might find these resources helpful:
      • https://help.ubuntu.com/community/Java
      • https://help.ubuntu.com/community/JavaInstallation
    • Here are the steps to install Java:
      1. If you are running a 64-bit distribution on your development machine, you need to install additional packages first. For Ubuntu 13.10 (Saucy Salamander) and above, install the libncurses5:i386 , libstdc++6:i386 , and zlib1g:i386 packages using apt-get :

        For earlier versions of Ubuntu, install the ia32-libs package using apt-get :

        The Android SDK tools are now ready to begin developing apps, but there are still a couple packages you should add to make your Android SDK complete.

        Then, select which SDK bundle you want to install:

        Источник

        Tek Eye

        For writing Android applications (apps) you need the right software. Google provides free access to their preferred app development software for use in Microsoft Windows, on Apple Macs and for Linux PCs. It is called Android Studio, download Studio from the Android Developer website.

        What is Android Studio?

        An app is a computer program and like all programs it needs designing, writing, compiling, testing and debugging. This is all done in an Integrated Development Environment (IDE). There are many IDEs from which to choose. This article deals with the IDE provided by Google, called Android Studio. The easiest way to setup Android Studio on Windows is to download the Android Studio Windows installer. Alternatively Google provides a zip file that can be used for setting up Studio. Either of these downloads are up to a gigabyte (GB) in size, and install or expand up to 2GB. Android Studio then downloads another 2GBs of files to complete the setup! Therefore, make sure you have a decent Internet connection, and plenty of disk space. Read on for information on installing and running Android Studio using the zip file.

        Take Note

        Developing Android apps on a PC is resource heavy. The PC will struggle if it does not have a recent processor, i3 or better, and enough memory, 4 GB or better. Experience has shown that a recent 64-bit processor is required, using a i5, i7, Ryzen or i9 processor is best, and 6 GB should be regarded as the minimum memory to have free, the more memory the better.

        In earlier versions of Android Studio the Java Development Kit (JDK) needed to be installed before installing Studio. However, Studio now uses the OpenJDK for its Java requirements. Studio comes with the OpenJDK.

        Start Writing Google Apps on Windows

        Apps are written in a computer language. The widely used Java used to be the big language for Android, and is still very important for developing Android apps. There are other languages available for writing apps, and Google supports C and C++ with the Native Development Kit (NDK). Google also pushes Kotlin as a language for app development. The NDK and Kotlin also use the Android Studio IDE.

        Download the Android Studio Zip File

        On the Studio download page at the Android Developer website, click on the Download Options link, or scroll down to the Android Studio downloads section. There is a link provided for both the 64-bit and 32-bit versions of Studio (32-bit is not recommended). To use the 64-bit version you need to be running a 64-bit version of Windows. Download the required Android Studio IDE zip file (accepting the terms and conditions).

        Copy the Android Studio Zip File Contents

        Once the Studio zip file download is complete use Windows File Explorer, copy the android-studio folder inside the zip file to the required location. As Android Studio is often updated it is probably better to copy it somewhere other than your Users folder, don’t use a OneDrive folder (it will consume a large amount of OneDrive space). It id recommended to copy the android-studio folder to the root of a drive with lots of free space.

        Run studio64.exe

        If running Windows as a standard user, then for the first run it is recommended to run Studio as an administrator. Use the context menu on the exe and select Run as administrator, you will need to enter the Windows machine administrator password. In the bin directory under android-studio are the Studio executables. For a 64-bit installation studio64.exe is used ( studio.exe for 32-bit). It is worth setting up a shortcut to the Studio exe on the Desktop or the Taskbar.

        Ignore the Import Android Studio Settings From. dialog, as it will be a fresh install (leave it set to Do not import settings). Set the Data Sharing dialog to Don’t send if you don’t want Studio using unneccessary Internet bandwidth.

        The first run will complete the main setup of Studio. Whenever Studio is started it may install additional updates.

        Completing the Setup

        When running Studio, it can take a good few seconds to get going, and a setup wizard will be shown. Go through the wizard with the Next button. If you want to change the default options select Custom.

        One tip is to change the location of the Android SDK in the setup wizard. By default it is buried under the AppData folder. An easier to find location is recommended, on a disk with lots of free space, below it has been set to D:\Programs\Android\SDK .

        For testing and debugging apps a real device or virtual device can be used. The wizard allows a virtual Android device to be installed. The Intel HAXM utility is useful (probably a must) for improved performance when running an Android Virtual Device (AVD).

        Problems installing the Intel HAXM utility

        If the setup does not complete the HAXM utility may not have installed. You may need to use Task Manager (via Ctrl-Alt-Del or typing Task Manager in Windows search) to stop Studio. Then go to the Android SDK location and find intelhaxm-android.exe under the Intel directory in the extras folder. Run the exe, you may be required to enter the Windows administrator password.

        Running Your First App

        Google provides some online example projects that can be viewed from the welcome screen by selecting Import an Android code sample. (Tip: to get back to the start screen close all open Android Studio projects.) This website also has a large selection of Android Example Projects available. Other articles on this website act as a mini Android App Development Course

        Test out Android Studio by starting a new project, maybe a simple Hello World app. It can take some for Studio to open for the first time. So be patient. Likewise for the first app to compile. When the Studio IDE loads use the status bar at the bottom to view progress messages.

        Use the play button on the tool bar to run the app code.

        Select the deployment target. If an Android device is not install select the Create New Virtual Device option to create an AVD. Download one of the existing x86 images for best performance on a x86 based Windows machine. When the AVD loads it may show a black screen. If so changing the AVD options for the OpenGL settings and powering the AVD off and on again may fix it.

        To test on a physical Android device install the manufacturers driver. With the driver installed use a USB cable to connect the device to your PC. You will need to enable USB debugging on the device.

        Once the AVD starts the app will be loaded onto it, and the app will run.

        Downloading More Packages and Updates

        Use the SDK Manager from the tool bar to keep the Android SDK up to date and download additional libraries and packages.

        See Also

        • View the Tek Eye full Index for other articles.

        Author: Daniel S. Fowler Published: 2017-10-07 Updated: 2019-12-31

        Do you have a question or comment about this article?

        (Alternatively, use the email address at the bottom of the web page.)

        ↓markdown↓ CMS is fast and simple. Build websites quickly and publish easily. For beginner to expert.

        Free Android Projects and Samples:

        Источник

        Как установить Android Studio 3.6 RC1 на Windows 32 бит?

        Главная страница » Как установить Android Studio 3.6 RC1 на Windows 32 бит?

        Для разработки приложений мобильных устройств на «Андроид» одним из лучших инструментов считается среда «Android Studio». Между тем, этот инструментарий разработчики почему-то стремятся «всучить» конечному пользователю именно вариантом последней версии. Но такой вариант предполагает наличие строго 64-битной версии Windows 10. Как же быть, если требуется установить Android Studio ранней версии, например, 3.6 RC1 под 32-битную Windows 10? Рассмотрим решение задачи.

        Установить Android Studio 3.6 RC1 на Windows 10 32 бит

        Для начала потребуется загрузить архив программного обеспечения на компьютер, после чего распаковать содержимое архива в папку «Program Files». На рабочем диске компьютера (в данном случае – диск «C:\») получится следующий ресурс: «C:\Program Files\android-studio». Конечную папку желательно (но не обязательно) переименовать на «android_studio».

        После выполнения таких действий, в принципе можно попытаться запустить студию в работу. Зайти в созданную папку, далее перейти в папку «bin» и уже в этом каталоге активировать исполняемый файл «Studio». Однако результата, как правило, следует ожидать негативного. Студия Андроида, конечно, запустится, но полноценно работать не будет. Что же делать?

        Первые действия заключаются в создании, так скажем, рабочей среды:

        1. Создать в папке «Program Files» ещё один каталог «android_sdk_latest».
        2. Открыть настройку переменных среды Windows.
        3. Добавить две переменные, как показано ниже.

        Добавление переменных среды Windows двумя дополнительными элементами для обеспечения стабильной работы программного обеспечения в рамках как установить Android Studio

        На следующем этапе установки и настройки студийного потенциала потребуется вновь перейти к «погрузочно-разгрузочным» работам. То есть потребуется загрузить так называемый ресурсный источник под «Android SDK». Находится этот инструментарий здесь. Архив содержит папку «tools», соответственно, с файлами и каталогами. Этот загруженный архив следует распаковать внутрь созданной ранее папки «android_sdk_latest».

        Повторная установка «Android Studio» с применением «tools»

        На следующем этапе вновь запускается студия тем же исполняемым файлом «Studio» (в каталоге, стоит заметить, присутствует и 64-битный исполняемый файл). После проведения процесса сканирования программа выдаст ошибку определения места расположения «Android SDK». Что же, в этом случае нужно всего лишь указать правильный путь, выбрав загруженную ранее папку «tools» и далее каталог «bin».

        После такого выбора должен автоматически определиться требуемый ресурсный API (в окне менеджера автоматически установятся галочки в окнах инструментов). После активации внизу окна Менеджера кнопки «Next», начнётся процесс загрузки ресурсов от удалённого сервера «https://dl.google.com…».

        Таким выглядит рабочее окно студии в момент процесса загрузки необходимых ресурсов с удалённого сервера Гугла, когда пользователь пытается установить Android Studio на Windows 10 версии 32 бита

        Необходимо отметить, процесс загрузки занимает некоторое время (конкретная продолжительность зависит от качества и скорости инета). Загружаются в процессе zip-файлы, автоматически распаковываются, после чего осуществляется установка каждого компонента. Прерывать эту процедуру нельзя, иначе всё придётся начинать заново. После завершения загрузки и установки компонентов активной становится кнопка «Finish».

        Настройка Android Studio под определённую версию ОС

        Однако активацией кнопки «Finish» установка и настройка студии ещё не заканчивается финишем. После этого потребуется определиться с какой версией «Андроида» работать и какие инструменты API использовать.

        Выбор довольно обширный, учитывая существующий диапазон версий, а также постоянные обновления популярной операционной системы. Правда, применить соответствующий инструментарий можно в любое время через сервис «SDK Manager», как демонстрируется картинкой ниже.

        Таким выглядит рабочее окно студии в режиме активации «Менеджера SDK», посредством которого определяется конфигурация для конкретной работы после решения задачи как установить Android Studio на 32-битную Windows 10

        Вот, собственно, на этой ноте «управляющего менеджера» можно считать инсталляцию и базовую настройку студии Андроида завершённой. Фактически с программой уже допустимо работать – создавать приложения и тестировать через эмулятор. Только вот, смущает отказ разработчиков от поддержки 32-битной версии программы.

        По сути, 2020 год стал последним рубежом, на котором поддержка ещё осуществлялась. Далее пользователя ставят перед выбором – или переходить на 64-битную Windows 10, или забыть про «Android Studio». Да и вообще создаётся впечатление, что вся разработка свободных программистов вовсе не свободна. Создаваемый индивидуально код в любом случае остаётся под «всевидящим оком», в данном случае – Гугла. А как же конфиденциальность и право собственности?

        При помощи ресурсов: Developer

        КРАТКИЙ БРИФИНГ

        Z-Сила — публикации материалов интересных полезных для социума. Новости технологий, исследований, экспериментов мирового масштаба. Социальная мульти-тематическая информация — СМИ .

        Источник

        Читайте также:  Midi секвенсор для андроид
    Оцените статью