- Configuration
- In this document
- See also
- Update channels
- Proxy Settings
- Setting up the Android Studio Proxy
- Android Plugin for Gradle HTTP proxy settings
- SDK Manager HTTP Proxy Settings
- Android os configuration software
- 6 Best Android OS for PC (32, 64-bit download)
- Android OS for PC list in 2021
- 1. Phoenix OS – for everyone
- 2. Prime OS – the newcomer
- 3. Android-x86 project
- 4. Bliss OS – latest x86 fork
- 5. FydeOS – Chrome OS + Android
- 6. OpenThos – ahh IDK
- Try Android Emulator; LDPlayer
- Other Options
Configuration
In this document
See also
During installation, Android Studio provides wizards and templates that verify your system requirements, such as the Java Development Kit (JDK) and available RAM, and configure default settings, such as an optimized default Android Virtual Device (AVD) emulation and updated system images. This document describes additional configuration settings you may want to use to customize your use of Android Studio.
For specific documentation about emulator and device setup and use, see Managing Virtual Devices, Using Hardware Devices, and OEM USB Drivers.
Update channels
Android Studio provides four update channels to keep Android Studio up-to-date based on your code-level preference:
- Canary channel: Canary builds provide bleeding edge releases, updated about weekly. While these builds do get tested, they are still subject to bugs, as we want people to see what’s new as soon as possible. This is not recommended for production.
- Dev channel: Dev builds are hand-picked older canary builds that survived the test of time. They are updated roughly bi-weekly or monthly.
- Beta channel: Beta builds are used for beta-quality releases before a production release.
- Stable channel: Used for stable, production-ready versions.
By default, Android Studio uses the Stable channel. Use File > Settings > Appearance & Behavior System Settings > Updates to change your channel setting.
Proxy Settings
Proxies serve as intermediary connection points between HTTP clients and web servers that add security and privacy to internet connections.
To support running Android Studio behind a firewall, set the proxy settings for the Android Studio IDE and the SDK Manager. Use the Android Studio IDE HTTP Proxy settings page to set the HTTP proxy settings for Android Studio. The SDK Manager has a separate HTTP Proxy settings page.
When running the Android Plugin for Gradle from the command line or on machines where Android Studio is not installed, such as continuous integration servers, set the proxy settings in the Gradle build file.
Note: After the initial installation of the Android Studio bundle, Android Studio can run with internet access or off-line. However, Android Studio requires an internet connection for Setup Wizard synchronization, 3rd-party library access, access to remote repositories, Gradle initialization and synchronization, and Android Studio version updates.
Setting up the Android Studio Proxy
Android Studio supports HTTP proxy settings so you can run Android Studio behind a firewall or secure network. To set the HTTP proxy settings in Android Studio:
- From the main menu choose File > Settings > Appearance & Behavior — System Settings — HTTP Proxy.
- In Android Studio, open the IDE Settings dialog.
- On Windows and Linux, choose File > Settings > IDE Setting — HTTP Proxy.
- On Mac, choose Android Studio > Preferences > IDE Setting — HTTP Proxy.
The HTTP Proxy page appears.
- Select auto-detection to use an auto-configuration URL to configure the proxy settings or manual to enter each of the settings. For a detailed explanation of these settings, see HTTP Proxy.
- Click Apply to enable the proxy settings.
Android Plugin for Gradle HTTP proxy settings
For application-specific HTTP proxy settings, set the proxy settings in the build.gradle file as required for each application module.
For project-wide HTTP proxy settings, set the proxy settings in the gradle/gradle.properties file.
For information about using Gradle properties for proxy settings, see the Gradle User Guide.
Note: When using Android Studio, the settings in the Android Studio IDE HTTP proxy settings page override the HTTP proxy settings in the gradle.properties file.
SDK Manager HTTP Proxy Settings
SDK Manager proxy settings enable proxy internet access for Android package and library updates from SDK Manager packages.
To set the SDK Manager settings for proxy internet access, start the SDK Manager and open the SDK Manager page.
- On Windows, select Tools > Options from the menu bar.
- On Mac and Linux, choose Tools > Options from the system menu bar.
The Android SDK Manager page appears. Enter the settings and click Apply.
Источник
Android os configuration software
Android OS на x86
В этой теме обсуждаются вопросы общие для всех Андроидов на платформе x86, конкретно проект портирования Android-х86, а также его братья, не имеющие отдельных тем обсуждения на нашем форуме.
Android в виртуальную машину | Сайт и Форум проекта Android-х86 | Android от Intel
Вопросы, касающиеся только проектов Phoenix OS , Remix OS x86 и Bliss-x86 , обсуждаются в своих темах.
За работоспособность ваших устройств ответственность несёте исключительно Вы. Задавая вопрос, постарайтесь указать следующую информацию .
- Hardware List — список совместимого оборудования
- Графическое ускорение нормально работает на видеоадаптерах от AMD и Intel (кроме GMA 500, GMA 600, GMA 3600, GMA 3650, т.к. они основаны на PowerVR).
Графика nVidia поддерживается начиная с Android-x86 4.4-R3; новое поколение начинает поддерживаться после выхода следующего. - Ситуация с поддержкой планшетов, Критическое замечание о звуке.
- Чипы, которые реализуют одновременно и WiFi, и Bluetooth работают хуже, чем отдельные.
- Если Вы не нашли в шапке или в листе совместимости версию для вашего компьютера/ноутбука (модификации железа), то следует попробовать разные версии и опытным путём подобрать оптимальную.
- Загрузочную флешку или диск необходимо записать с помощью Rufus, UNetbootin, LiLi, или WinImage. UltraISO использовать не рекомендуется потому, что созданные им флешки мало где грузятся.
Раздел под Android рекомендуется форматировать в ext3 или ext4 (для версии 5.0 Lollipop и новее) чтобы иметь >4ГБ места под свои нужды и избежать проблем с SuperSU и другим софтом. Форматирование раздела лучше произвести до установки Android сторонним ПО (Acronis, GParted, др.): родной установщик не всегда справляется с этой задачей.
title Android-x86 5.1-rc1
kernel /android-5.1-rc1/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/android-5.1-rc1
initrd /android-5.1-rc1/initrd.img
title Android-x86 5.1-rc1 (Debug mode)
kernel /android-5.1-rc1/kernel root=/dev/ram0 androidboot.hardware=android_x86 DEBUG=2 SRC=/android-5.1-rc1
initrd /android-5.1-rc1/initrd.img
title Android-x86 5.1-rc1 (Debug nomodeset)
kernel /android-5.1-rc1/kernel nomodeset root=/dev/ram0 androidboot.hardware=android_x86 DEBUG=2 SRC=/android-5.1-rc1
initrd /android-5.1-rc1/initrd.img
title Windows
rootnoverify (hd0,1)
chainloader +1
Тут default указывает номер пункта, котоый будет выбран автоматически после истечения timeout секунд. root и rootnoverify указывают с какого диска, и с какого его раздела загружать выбраную операционную систему. Как и в случае с default, нумерация начинается с нуля. Параметры загрузки прописываются в конец строки, которая начинается со слова kernel. Такими параметрами можно повлиять на многие аспекты работы Андроида с железом. К примеру настроить работу с внешним монитором.
GRUB 2 — следующая версия GRUB. Разработчики писали GRUB 2 «с нуля», чтобы добиться переносимости и модульности.
Используется в образах Android-x86 для компьютеров с новым UEFI-BIOS.
Может хранить свои настроки в файле grub.cfg либо menu.lst. Обычно этот файл лежит на отдельном системном разделе EFI (ESP). Типичное содержимое:
set timeout=60
set gfxmode=1024×768
terminal_output gfxterm
Источник
6 Best Android OS for PC (32, 64-bit download)
Get to know the best Android OS for PC available on the internet and learn how to install them. In this guide, we reviewed the popular Android Operating system available to download and use for free. After the drill-down list of the best android OS forks, we discuss other options to install or simulate the Android environment on your computer. All these operating systems can be downloaded in ISO system image which allows one to easily create a bootable USB (with Rufus) read the instruction at the end.
There are multiple reasons for using Android on a computer.
- Testing Android apps and games on computers.
- Android OS boots faster compared to Windows on old machines.
- You can WhatsApp your friends, or did I tell you setting up a VPN in Android is way easier.
Android OS for PC list in 2021
You can use these Android OS to bring all your favorite Android games and apps to your computer. You’ve many options to run Android OS on your PC, starting with Phoenix OS. Android is popular with millions of mobile users worldwide, installing and using Android on a computer is also possible, how?
Natively installing android on your computer allows games and apps to run butter smooth and without any fuss. You can run the Android operating system for both 32-bit and 64-bit machines. We understand that by now you should have received enough information about the Android operating system on computers. You can now you can easily decide which Android operating system you can install on your computer. If you know of any Android device for PC we are looking forward to hearing from you as well.
AndroidOS fork | latest version | Release date |
---|---|---|
Androidx86 | 9 | March 2020 |
Bliss OS | 10 | 2020 |
FydeOS | – | 2021 |
OpenThos | – | nil |
Phoenix OS | 7 and 5 | Mid 2020 |
Prime OS | Android 7 | Sept 2021 |
Android OS for pc table for overview.
1. Phoenix OS – for everyone
Phoenix OS was released shortly after the publication of the Remix OS. At the time it went popular, especially because it was the only Android operating system to work on 32-bit machines. PhoenixOS is a great Android operating system, which is probably because of features and interface similarities to the remix operating system.
Both 32-bit and 64-bit computers are supported, new Phoenix OS only supports x64 architecture. It is based on the Android x86 project. It has many good features if you want to play games like PUBG Mobile. The Phoenix OS installer makes it easier to install the operating system on your hard drive/USB drive. This is the only android x-86 fork that currently offering updates and hopefully, they will continue to do so in the future. This is one Android operating system for the computer which is based on Android 7. The downside is annoying ads and built-in apps.
2. Prime OS – the newcomer
Download PrimeOS (external link) | Dual boot PrimeOS (Quickfever article) Android 7, DecaPro Keymapping.
Prime OS is an operating system that gives a full desktop experience just like Mac and Windows. Combines the best of Android and computer features and the output is incredible. You are seeking a gaming Android operating system you should check this out. The special thing about it is deca-key mapping for gamers. Read our in-depth review on PrimeOS Sure, PUBG Mobile is on-trend and players have been using Android Emulators which doesn’t do justice to the game performance, the lag problem goes away when you use Android as an operating system on your computer. Also, It does not change aspects and aesthetics which is a good thing, we don’t require something heavily modded like MIUI.
3. Android-x86 project
Android x86 is the project to port AOSP-Android for x86 machines. The project plays a very significant role in all the mentioned Android operating systems. If you want a lightweight android operating system without customization, install the android OS build from here. You’ll get the same key features and interface seen on a real Android smartphone. If you lack good computer hardware you can test the KitKat/Marshmallow x86 build which is a 350+MB image file you can burn into a USB to create bootable media. After, simply boot and use the Android OS. Also android-x86 ports of Android Lollipop and Marshmallow you can use in computers with moderate hardware.
Note: For most users, the 64-bit version should just work fine, people with a single onboard processor can use the x86_64 build.
4. Bliss OS – latest x86 fork
Download Bliss OS | Android 11
Blisspop is pure Android x86 ports but with few modifications like the taskbar and system stability. You can also launch apps in Windowed mode rather than the full-screen which helps open two or more apps side by side. A note about Openthos and Bliss OS: When testing both OS failed to boot over UEFI firmware, they run successfully when Legacy mode was turned on from the BIOS settings. So if you have a computer with only UEFI firmware you maybe not be able to boot both of the Android Operating systems from a bootable media device.
But if you insist and like to test them you can use virtual machine software to run them on the operating system you are using. Some of the modern computers might have support for Legacy mode, but you need to enable it from the BIOS settings. So technically if you are running on Windows 8 or newer your computer probably has support for UEFI firmware in you might face problems booting these two so check in your BIOS settings if you can find Legacy mode and enable it.
- Latest Android version
- Compatibility with ARM and x86/x86_64 apps.
- 3 User Interface (Desktop, tablet, and stock) to choose from
People who care less about highly modified Android OS under a Windows look-alike skin but still want some usability features should try this.
5. FydeOS – Chrome OS + Android
Download FydeOS | Chromium OS with Android App support, 64-bit only. Use Eicher tool to make bootable USB.
FydeOS is based on a chromium fork to run on Intel computers. Version 10.x runs on running on Chromium r83 (I tested) and supports Android Apps. Despite you won’t find the play store as it was mainly focused on the Chinese market where Google services are banned. Still, you can sideload Android apps or even install the Google Play Store.
Since the last time we checked, it made lots of progress and booted quickly. Sadly 32-bit machine owners won’t be able to boot this operating system. You can choose a Google Account to log in to sync your Chrome Browser data. To install Android Apps, open “Android App” from the shelf (app drawer) it’ll ask for an agreement after that you can just download .apk file and open them to install.
Update 09/2021: Windows 11 will eventually support Android apps in near future.
6. OpenThos – ahh IDK
Project abandoned and unknown status | Download OpenThos
Openthos is new, and it supports Android apps and Linux apps in multi-windows. For this to run your computer’s CPU should be 64-bit architecture. Getting the ISO file of this operating was a task itself. First, you have to go through the link and enter the password, and later you need Baidu client software where you need to create an account (which is also problematic because everything will be in Chinese) then you can download the operating system image. Moreover, tested in the Legacy mode as it failed to boot in UEFI mode. If you really want to test put android OS on your computer, you may probably want Phoenix OS or something near stock-like Android x86. OpenThos vision is good on paper but still, it has not achieved a great user experience just yet.
Remix OS (Dead)
[Marshmallow, discontinued] Remix OS — the first best Android operating system is released in 2016 by Jide. It was the discussion topic because of its similarities to Windows 10: the taskbar, notification system, etc. Remix OS supports both 32-bit and 64-bit computer architecture and can be easily installed whether PC is UEFI-based or Legacy. If you want a great Android operating system, then Remix OS will work best. For starters, you have to make a bootable USB remix OS so you can directly boot and run on a computer. Then if you wish to keep running it from USB, you can do so by creating a persistence USB that will allow running this Android operating system from a USB drive. Otherwise installing it on the hard disk is a better option when you solely want to have this as your primary operating system.
Remix OS was probably the greatest Android OS until it was pulled off and discontinued. You can still use this operating system by downloading its system image, but you need to know that you will be using a system released back in 2016 with no future updates.
Bonus: Android 5 and 6 (android x86)
Android 5.1 for x86 fork: download and Android 6 download
If you have limited resources try the Android lollipop or marshmallow forks of the Android-x86 project. Android Lollipop is known to be the best fork available for x86 machines and popular Android emulators like LDPlayer run on version 5.1. To boot Android version 5 Android OS fork on your computer, download the appropriate ISO file using the links below and use Rufus to create bootable media.
Try Android Emulator; LDPlayer
LDplayer is an emulator to play online android games like PUBG Mobile and Call of duty. You would love to emulate the Android environment on your Windows computer when you have good hardware. It is possibly an amazing Emulator for playing PUBG mobile. Tested on an i5 (Gtx 1060) computer, it was able to run the game at 60fps, HDR extreme graphics, and 2K resolution. This is the best you can get from this game. Because it is a royale battle game, you may notice frame drops at certain times.
Other Options
Virtual Machines are much like emulators as they help you test any Android operating system in a simulated environment. You control resources like CPU and RAM to allow. For instance, you can select how much RAM and disk space to assign along with the CPU cores. VirtualBox and VMWare are some favorite free Virtual Machines. It is always good to test, and operate systems for you to use on your computer too quickly to know if you’re good to go with it.
Starting with a virtual machine is quite easy, first, download any of the Android OS ISO and save it from your on your computer. Open up your favorite Virtual Machine software and create a new environment and select the ISO image as a boot image. Please understand that installing an Android operating system on a virtual machine is not the best idea if plan to do intense tasks including Gaming.
Also, PUBG mobile players with emulators deal with game lag, screen tearing so it’ll be super awesome if you play these games on the Android operating system. Emulators only take a percentage of computer resources and won’t be able to give you a smooth Android experience.
Источник