<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>android studio Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/android-studio/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jul 2022 04:16:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to test Android Auto on Windows</title>
		<link>https://www.osradar.com/how-to-test-android-auto-on-windows/</link>
					<comments>https://www.osradar.com/how-to-test-android-auto-on-windows/#respond</comments>
		
		<dc:creator><![CDATA[vazquez]]></dc:creator>
		<pubDate>Thu, 21 Jul 2022 04:16:25 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Android Auto]]></category>
		<category><![CDATA[android studio]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=36350</guid>

					<description><![CDATA[<p>Hello friends! It is a fact that there are many Android emulators for Windows, although if you want to test more specific versions and be dedicated to other formats such as Android Auto, it can become somewhat complicated. However, if you want to try Android Auto before buying a car that has it integrated, you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-test-android-auto-on-windows/">How to test Android Auto on Windows</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello friends! It is a fact that there are many Android emulators for Windows, although if you want to test more specific versions and be dedicated to other formats such as Android Auto, it can become somewhat complicated. However, if you want to try Android Auto before buying a car that has it integrated, you can also try Android Auto in an emulator, with Android Studio. <strong>The goal is to simulate the screen of a car with Android Auto support</strong>. Unlike the version of Android Auto for phones that you can test with a traditional Android emulator. Android Auto screen emulation of a car is a bit more complicated. Although it allows you to accurately simulate what it&#8217;s like to connect your phone to a car and use Android Auto. This way you&#8217;ll get an idea of what it&#8217;s like to have Android Auto natively on Windows.</p>



<h2>Install and prepare Android Studio</h2>



<p>To use Android Auto on a PC we will use the official <a href="http://google.com" target="_blank" rel="noreferrer noopener">Google </a>tools, so you must have Android Studio installed. To install Android Studio I recommend you to follow Osrardar&#8217;s tutorials:</p>



<p><a href="https://www.osradar.com/?s=android+studio" target="_blank" rel="noreferrer noopener">How to install Android Studio</a></p>



<p>Although it may seem contradictory, you don&#8217;t need to install the Android Studio emulator, because this type of emulation works differently. Once you have Android Studio installed, you need to open the <em>SDK manager</em> <em>(Tools &gt; SDK Manager menu)</em> and go to the <em>SDK Tools</em> tab. There, you need to check the Android Auto Desktop Head Unit Emulator box and click OK to download and install it.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="972" height="703" src="https://www.osradar.com/wp-content/uploads/2022/06/AA01.png" alt="SDK manager test Android Auto" class="wp-image-36353" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA01.png 972w, https://www.osradar.com/wp-content/uploads/2022/06/AA01-300x217.png 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA01-768x555.png 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA01-696x503.png 696w" sizes="(max-width: 972px) 100vw, 972px" /><figcaption>SDK manager</figcaption></figure>



<h2>Connect your phone to the PC using ADB</h2>



<p>In this case, it will not be necessary to download any additional components since Android Studio includes the necessary components to make possible the connection through ADB. If it fails, we recommend that you verify that the drivers are installed correctly, although it is not necessary nowadays.<br>Follow the steps below to connect your phone:</p>



<ul><li>Enable Developer Options in Android<em> (Go to Settings&gt;About phone, and tap five times on the build number)</em>.</li><li>Enable USB debugging in the developer options.</li><li>Connect the phone to the PC with a cable</li><li>Allow USB debugging from your PC</li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="1024" src="https://www.osradar.com/wp-content/uploads/2022/06/AA02-461x1024.jpg" alt="Developer Options test Android Auto" class="wp-image-36354" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA02-461x1024.jpg 461w, https://www.osradar.com/wp-content/uploads/2022/06/AA02-135x300.jpg 135w, https://www.osradar.com/wp-content/uploads/2022/06/AA02-768x1707.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA02-691x1536.jpg 691w, https://www.osradar.com/wp-content/uploads/2022/06/AA02-922x2048.jpg 922w, https://www.osradar.com/wp-content/uploads/2022/06/AA02-696x1547.jpg 696w, https://www.osradar.com/wp-content/uploads/2022/06/AA02-1068x2373.jpg 1068w, https://www.osradar.com/wp-content/uploads/2022/06/AA02.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption>Developer Options</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="1024" src="https://www.osradar.com/wp-content/uploads/2022/06/AA03-461x1024.jpg" alt="Allow USB debugging" class="wp-image-36355" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA03-461x1024.jpg 461w, https://www.osradar.com/wp-content/uploads/2022/06/AA03-135x300.jpg 135w, https://www.osradar.com/wp-content/uploads/2022/06/AA03-768x1707.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA03-691x1536.jpg 691w, https://www.osradar.com/wp-content/uploads/2022/06/AA03-922x2048.jpg 922w, https://www.osradar.com/wp-content/uploads/2022/06/AA03-696x1547.jpg 696w, https://www.osradar.com/wp-content/uploads/2022/06/AA03-1068x2373.jpg 1068w, https://www.osradar.com/wp-content/uploads/2022/06/AA03.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption>Allow USB debugging</figcaption></figure>



<p>Then you will need to go to the path <em>&#8220;C:\Users/User/AppData/Local/Android/Sdk/platform-tools&#8221;</em> on your PC, changing the user to your Windows user name. Once you are in this path, in the Windows File Explorer search bar type <em>&#8220;cmd&#8221;</em> and press the <em>Enter </em>key.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="1022" height="721" src="https://www.osradar.com/wp-content/uploads/2022/06/AA04.png" alt="Windows File Explorer" class="wp-image-36356" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA04.png 1022w, https://www.osradar.com/wp-content/uploads/2022/06/AA04-300x212.png 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA04-768x542.png 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA04-696x491.png 696w" sizes="(max-width: 1022px) 100vw, 1022px" /><figcaption>Windows File Explorer</figcaption></figure>



<p>After that, type the following command:<br></p>



<p><code>adb devices<br></code></p>



<p>If everything went well, you will see a single device and next to it the word device. Note that the device name is a code that does not mean anything.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="976" height="513" src="https://www.osradar.com/wp-content/uploads/2022/06/AA05.png" alt="cmd" class="wp-image-36357" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA05.png 976w, https://www.osradar.com/wp-content/uploads/2022/06/AA05-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA05-768x404.png 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA05-696x366.png 696w" sizes="(max-width: 976px) 100vw, 976px" /><figcaption>cmd</figcaption></figure>



<h2>Enable Android Auto development options</h2>



<p>The normal version of Android Auto can be found in the system settings of your phone from Android 10 or higher, as it is part of Android. Use the search engine in the settings at the top if you can&#8217;t find it.</p>



<h3>First step</h3>



<p>Once you have entered the Android Auto section, tap several times on the version. Then tap ten times on the version information until a prompt tells you that developer options have been enabled.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="1024" src="https://www.osradar.com/wp-content/uploads/2022/06/AA06-461x1024.jpg" alt="android auto settings" class="wp-image-36358" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA06-461x1024.jpg 461w, https://www.osradar.com/wp-content/uploads/2022/06/AA06-135x300.jpg 135w, https://www.osradar.com/wp-content/uploads/2022/06/AA06-768x1707.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA06-691x1536.jpg 691w, https://www.osradar.com/wp-content/uploads/2022/06/AA06-922x2048.jpg 922w, https://www.osradar.com/wp-content/uploads/2022/06/AA06-696x1547.jpg 696w, https://www.osradar.com/wp-content/uploads/2022/06/AA06-1068x2373.jpg 1068w, https://www.osradar.com/wp-content/uploads/2022/06/AA06.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption>Android Auto Settings</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="1024" src="https://www.osradar.com/wp-content/uploads/2022/06/AA07-461x1024.jpg" alt="developer options" class="wp-image-36359" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA07-461x1024.jpg 461w, https://www.osradar.com/wp-content/uploads/2022/06/AA07-135x300.jpg 135w, https://www.osradar.com/wp-content/uploads/2022/06/AA07-768x1707.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA07-691x1536.jpg 691w, https://www.osradar.com/wp-content/uploads/2022/06/AA07-922x2048.jpg 922w, https://www.osradar.com/wp-content/uploads/2022/06/AA07-696x1547.jpg 696w, https://www.osradar.com/wp-content/uploads/2022/06/AA07-1068x2373.jpg 1068w, https://www.osradar.com/wp-content/uploads/2022/06/AA07.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption>Developer options</figcaption></figure>



<h3>Second step</h3>



<p>Then, from the Android Auto menu, choose the <em>&#8220;Start head unit server&#8221;</em> option.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="1024" src="https://www.osradar.com/wp-content/uploads/2022/06/AA08-461x1024.jpg" alt="Start head unit server" class="wp-image-36360" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA08-461x1024.jpg 461w, https://www.osradar.com/wp-content/uploads/2022/06/AA08-135x300.jpg 135w, https://www.osradar.com/wp-content/uploads/2022/06/AA08-768x1707.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA08-691x1536.jpg 691w, https://www.osradar.com/wp-content/uploads/2022/06/AA08-922x2048.jpg 922w, https://www.osradar.com/wp-content/uploads/2022/06/AA08-696x1547.jpg 696w, https://www.osradar.com/wp-content/uploads/2022/06/AA08-1068x2373.jpg 1068w, https://www.osradar.com/wp-content/uploads/2022/06/AA08.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption>Start head unit server</figcaption></figure>



<h2>Connect your phone to Android Auto<br></h2>



<p>To get started, connect your phone to your PC using a USB cable.<br>You will then need to enter an ADB command so that the server you just activated and the emulator on the PC can understand each other. Then go back on your PC to the <em>&#8220;platform-tools&#8221;</em> folder which is located in the following path: <em>&#8220;C:\Users\User\AppData\Local\Android\Sdk\platform-tools&#8221;</em>, changing user to your Windows username. Once you are in this path, in the Windows Explorer search bar type <em>&#8220;cmd&#8221;</em> and press the Enter key.<br>Then, type this command:</p>



<p><code>adb forward tcp:5277 tcp:5277</code></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="980" height="506" src="https://www.osradar.com/wp-content/uploads/2022/06/AA09.png" alt="cmd" class="wp-image-36361" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA09.png 980w, https://www.osradar.com/wp-content/uploads/2022/06/AA09-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA09-768x397.png 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA09-696x359.png 696w" sizes="(max-width: 980px) 100vw, 980px" /><figcaption>cmd</figcaption></figure>



<p>Now it is time to open the screen emulator for Windows. You do not need to start it from the command line, but you can double-click the <em>desktop-head-unit.exe</em> file. The Android Studio SDK manager normally installs it in path <em>C:\Users/User/AppData/Local/Android/Sdk/Extras/Google/Auto</em>.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="1014" height="725" src="https://www.osradar.com/wp-content/uploads/2022/06/AA10.png" alt="desktop-head-unit.exe" class="wp-image-36362" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA10.png 1014w, https://www.osradar.com/wp-content/uploads/2022/06/AA10-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA10-768x549.png 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA10-696x498.png 696w" sizes="(max-width: 1014px) 100vw, 1014px" /><figcaption>desktop-head-unit.exe</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" width="461" height="1024" src="https://www.osradar.com/wp-content/uploads/2022/06/AA13-461x1024.jpg" alt="phone successfully connected " class="wp-image-36363" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA13-461x1024.jpg 461w, https://www.osradar.com/wp-content/uploads/2022/06/AA13-135x300.jpg 135w, https://www.osradar.com/wp-content/uploads/2022/06/AA13-768x1707.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA13-691x1536.jpg 691w, https://www.osradar.com/wp-content/uploads/2022/06/AA13-922x2048.jpg 922w, https://www.osradar.com/wp-content/uploads/2022/06/AA13-696x1547.jpg 696w, https://www.osradar.com/wp-content/uploads/2022/06/AA13-1068x2373.jpg 1068w, https://www.osradar.com/wp-content/uploads/2022/06/AA13.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption>Phone successfully connected </figcaption></figure>



<figure class="wp-block-image size-full"><img loading="lazy" width="864" height="572" src="https://www.osradar.com/wp-content/uploads/2022/06/AA11.jpg" alt="running Android Auto on Windows" class="wp-image-36364" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA11.jpg 864w, https://www.osradar.com/wp-content/uploads/2022/06/AA11-300x199.jpg 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA11-768x508.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA11-696x461.jpg 696w" sizes="(max-width: 864px) 100vw, 864px" /><figcaption>Running Android Auto on Windows</figcaption></figure>



<figure class="wp-block-image size-full"><img loading="lazy" width="857" height="571" src="https://www.osradar.com/wp-content/uploads/2022/06/AA12.jpg" alt="test Android Auto" class="wp-image-36365" srcset="https://www.osradar.com/wp-content/uploads/2022/06/AA12.jpg 857w, https://www.osradar.com/wp-content/uploads/2022/06/AA12-300x200.jpg 300w, https://www.osradar.com/wp-content/uploads/2022/06/AA12-768x512.jpg 768w, https://www.osradar.com/wp-content/uploads/2022/06/AA12-696x464.jpg 696w" sizes="(max-width: 857px) 100vw, 857px" /><figcaption>Test Android Auto</figcaption></figure>



<h2>Conclusion</h2>



<p>When you are done, you can finally have your own Android Auto on Windows. The system perfectly emulates how Android Auto works with a phone connected to a compatible car, so you&#8217;ll be able to try out the vast majority of features. Thanks for reading us. Bye-bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-test-android-auto-on-windows/">How to test Android Auto on Windows</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-test-android-auto-on-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Android Studio 3.2 in Ubuntu 18.04/18.10?</title>
		<link>https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/</link>
					<comments>https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 11 Oct 2018 01:00:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android studio]]></category>
		<category><![CDATA[Bionic Beaver]]></category>
		<category><![CDATA[Cosmic Cuttlefish]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6324</guid>

					<description><![CDATA[<p>Linux is a great system that stands out for its security and stability. It is also free and quite efficient in the management of computer resources. That is why, many developers use it for their work, including developers of mobile platforms such as Android. Today, I will show you how to install Android Studio 3.2 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/">How to install Android Studio 3.2 in Ubuntu 18.04/18.10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Linux is a great system that stands out for its security and stability. It is also free and quite efficient in the management of computer resources. That is why, many developers use it for their work, including developers of mobile platforms such as Android. Today, I will show you how to install <strong>Android Studio 3.2 on Ubuntu 18.04/18.10</strong>.</p>
<p><a href="https://developer.android.com/studio/" target="_blank" rel="noopener">Android Studio</a> is the official IDE for the development of applications for the Android operating system. Android is present in most cell phones in the world. That&#8217;s why developers create their applications for Android, because they know it will be used by millions.</p>
<p>With this in mind, I&#8217;ll show you how to install Android Studio on Ubuntu 18.04 and <a href="https://www.osradar.com/a-new-version-of-ubuntu-available-here-what-it-offers/" target="_blank" rel="noopener">Ubuntu 18.10.</a></p>
<h2>0. Prerequisites</h2>
<p>The process is simple, however, it is good to keep in mind that it requires some handling of the terminal and its terminology.</p>
<p>On the other hand, you need a user who has enabled the use of sudo for terminal commands.</p>
<p>Finally you need a computer with Ubuntu 18.04 or Ubuntu 18.10 (BETA) installed. Obvious.</p>
<h2>1. Installing Java from Oracle</h2>
<p>Android Studio requires java for its operation and therefore I recommend that you install the official version of Java 8. Java 8 is the version that best supports Android Studio and also thanks to Webupd8 ppa installation becomes very simple.</p>
<p>First, open a terminal and run:</p>
<pre class="">:~$ sudo add-apt-repository ppa:webupd8team/java</pre>
<p><figure id="attachment_6326" aria-describedby="caption-attachment-6326" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6326" src="https://www.osradar.com/wp-content/uploads/2018/10/1-7.png" alt="1.- Adding the PPA to install Java" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-7-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6326" class="wp-caption-text">1.- Adding the PPA to install Java</figcaption></figure></p>
<p>Next:</p>
<pre class="">:~$ sudo apt-get install oracle-java8-installer</pre>
<p><figure id="attachment_6327" aria-describedby="caption-attachment-6327" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6327" src="https://www.osradar.com/wp-content/uploads/2018/10/2-7.png" alt="2.- Installing the java installer package" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/2-7-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6327" class="wp-caption-text">2.- Installing the java installer package</figcaption></figure></p>
<p>During the process, you will be asked to accept Oracle&#8217;s license terms.</p>
<p><figure id="attachment_6328" aria-describedby="caption-attachment-6328" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6328" src="https://www.osradar.com/wp-content/uploads/2018/10/3-8.png" alt="3.- Accepting Oracle license terms" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-8.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-8-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6328" class="wp-caption-text">3.- Accepting Oracle license terms</figcaption></figure></p>
<p>And to define this version of Java as the main one, install <code>oracle-java8-set-default</code>. Run:</p>
<pre class="">:~$ sudo apt install oracle-java8-set-default</pre>
<p><figure id="attachment_6329" aria-describedby="caption-attachment-6329" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6329" src="https://www.osradar.com/wp-content/uploads/2018/10/4-2.png" alt="4.- Setting the Oracle Java Version as the default" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-2-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6329" class="wp-caption-text">4.- Setting the Oracle Java Version as the default</figcaption></figure></p>
<p>In this case it was installed by default.</p>
<p>Then, check the installed Java version.</p>
<p><figure id="attachment_6330" aria-describedby="caption-attachment-6330" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6330" src="https://www.osradar.com/wp-content/uploads/2018/10/5-3.png" alt="5.- Showing the java version installed" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-3-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6330" class="wp-caption-text">5.- Showing the java version installed</figcaption></figure></p>
<p>As you can see, everything is going OK.</p>
<h2>2. Install Android Studio</h2>
<p>The easiest way to install Android Studio on Ubuntu is through a PPA. With this we make sure to install the latest version available and a simple way.</p>
<p>Open a terminal and run:</p>
<pre class="">:~$ sudo apt-add-repository ppa:maarten-fonville/android-studio</pre>
<p><figure id="attachment_6331" aria-describedby="caption-attachment-6331" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="size-full wp-image-6331" src="https://www.osradar.com/wp-content/uploads/2018/10/6-4.png" alt="6.- Adding the PPA to install Android Studio" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/6-4-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6331" class="wp-caption-text">6.- Adding the PPA to install Android Studio</figcaption></figure></p>
<p>Now, you can install it.</p>
<pre class="">:~$ sudo apt install android-studio</pre>
<p><figure id="attachment_6332" aria-describedby="caption-attachment-6332" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6332" src="https://www.osradar.com/wp-content/uploads/2018/10/7-4.png" alt="7.- Installing Android Studio from the terminal" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/7-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/7-4-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6332" class="wp-caption-text">7.- Installing Android Studio from the terminal</figcaption></figure></p>
<p>The time it takes depends on your internet speed.</p>
<p><figure id="attachment_6333" aria-describedby="caption-attachment-6333" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6333" src="https://www.osradar.com/wp-content/uploads/2018/10/8-4.png" alt="8.- Installation progress" width="1366" height="704" srcset="https://www.osradar.com/wp-content/uploads/2018/10/8-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-1024x528.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-696x359.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/8-4-815x420.png 815w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6333" class="wp-caption-text">8.- Installation progress</figcaption></figure></p>
<h2>3. Complete the installation</h2>
<p>At the end it is necessary to run the wizard to complete the installation. Run:</p>
<pre class="">:~$ /opt/android-studio/bin/studio.sh</pre>
<p><figure id="attachment_6335" aria-describedby="caption-attachment-6335" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6335" src="https://www.osradar.com/wp-content/uploads/2018/10/9-4.png" alt="9.-Starting the installation wizard" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/9-4.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/9-4-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6335" class="wp-caption-text">9.-Starting the installation wizard</figcaption></figure></p>
<p>Next, you have to specify the type of installation.</p>
<p><figure id="attachment_6336" aria-describedby="caption-attachment-6336" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6336" src="https://www.osradar.com/wp-content/uploads/2018/10/10-3.png" alt="10.- Choosing the type of installation" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/10-3.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/10-3-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6336" class="wp-caption-text">10.- Choosing the type of installation</figcaption></figure></p>
<p>In this screen you will be able to choose the theme that android studio will use.</p>
<p><figure id="attachment_6337" aria-describedby="caption-attachment-6337" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6337" src="https://www.osradar.com/wp-content/uploads/2018/10/11-3.png" alt="11.- Choosing the default theme for Android Studio" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/11-3.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/11-3-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6337" class="wp-caption-text">11.- Choosing the default theme for Android Studio</figcaption></figure></p>
<p>Finally the download of all components will start.</p>
<p><figure id="attachment_6338" aria-describedby="caption-attachment-6338" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6338" src="https://www.osradar.com/wp-content/uploads/2018/10/12-2.png" alt="12.- Installtion settings" width="800" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/12-2.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-696x490.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/12-2-597x420.png 597w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6338" class="wp-caption-text">12.- Installtion settings</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>As you can see, the installation is simple and will depend on your internet connection to ensure that it is done in the shortest time possible.</p>
<p>Tell us, are you an Android developer? how is your experience with Android Studio?</p>
<p>Please spread this article through your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/">How to install Android Studio 3.2 in Ubuntu 18.04/18.10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-android-studio-3-2-in-ubuntu-18-04-18-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Set Up Android Dev Tools on Linux</title>
		<link>https://www.osradar.com/set-up-android-dev-tools-on-linux/</link>
					<comments>https://www.osradar.com/set-up-android-dev-tools-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Thu, 09 Aug 2018 11:05:28 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android linux]]></category>
		<category><![CDATA[android studio]]></category>
		<category><![CDATA[android studio linux]]></category>
		<category><![CDATA[android studio on linux]]></category>
		<category><![CDATA[how to install android studio]]></category>
		<category><![CDATA[install android studio]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5232</guid>

					<description><![CDATA[<p>Linux is, by far, one of the most favorite platforms for developers as it provides a number of tools and a highly favorable environment. For Android app devs, the statement also goes true. If you’re new to Android development or willing to have your Android dev environment on your Linux system, let’s jump right into [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/set-up-android-dev-tools-on-linux/">Set Up Android Dev Tools on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Linux is, by far, one of the most favorite platforms for developers as it provides a number of tools and a highly favorable environment. For Android app devs, the statement also goes true. If you’re new to Android development or willing to have your Android dev environment on your Linux system, let’s jump right into here!</p>
<p>Today, we’ll be installing Android dev tools into our Linux system.</p>
<h1>Prerequisites</h1>
<p>Before installing the Android Studio, we have to make sure that JDK is installed in the system. Run the following command according to your Linux distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt install openjdk-11-jdk</pre>
<p><img loading="lazy" class="size-full wp-image-5237 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk.png" alt="" width="1092" height="423" srcset="https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk.png 1092w, https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk-300x116.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk-768x297.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk-1024x397.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk-696x270.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk-1068x414.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/install-openjdk-1084x420.png 1084w" sizes="(max-width: 1092px) 100vw, 1092px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get install openjdk-8-jdk</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf install java-openjdk -y</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<p>For getting OpenJDK, go to <a href="https://software.opensuse.org/search?utf8=%E2%9C%93&amp;q=openjdk">this link</a>.</p>
<p><img loading="lazy" class="size-full wp-image-5233 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse.png" alt="" width="1112" height="549" srcset="https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse.png 1112w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/openjdk-opensuse-851x420.png 851w" sizes="(max-width: 1112px) 100vw, 1112px" /></p>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -S jdk10-openjdk</pre>
<ul>
<li>Generic instruction</li>
</ul>
<p>If your system was not in the list above, you have to manually install OpenJDK in your system. At first, <a href="http://jdk.java.net/">download the latest OpenJDK TAR.GZ archive for Linux</a>. Then, <a href="https://sites.google.com/site/easylinuxtipsproject/java">follow the instructions stated here</a>.</p>
<p><img loading="lazy" class="size-full wp-image-5234 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-1.png" alt="" width="589" height="348" srcset="https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-1.png 589w, https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-1-300x177.png 300w" sizes="(max-width: 589px) 100vw, 589px" /></p>
<p><img loading="lazy" class="size-full wp-image-5235 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-2.png" alt="" width="1026" height="419" srcset="https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-2.png 1026w, https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-2-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-2-768x314.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-2-1024x418.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/download-jdk-2-696x284.png 696w" sizes="(max-width: 1026px) 100vw, 1026px" /></p>
<h1>Installing Android Studio</h1>
<p>Download the latest Android Studio. It’s a large file and depending on your internet connection, the time may be long. Be patient, please!</p>
<p><img loading="lazy" class="size-full wp-image-5238 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio.png" alt="" width="1348" height="510" srcset="https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio.png 1348w, https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio-300x114.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio-768x291.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio-1024x387.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio-696x263.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio-1068x404.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/download-android-studio-1110x420.png 1110w" sizes="(max-width: 1348px) 100vw, 1348px" /></p>
<p>After download is complete, fire up the terminal and start running the following commands –</p>
<pre class="">cd ~/Downloads
unzip android-studio-ide-173.4907809-linux.zip</pre>
<p><img loading="lazy" class="size-full wp-image-5239 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio.png" alt="" width="1095" height="587" srcset="https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio.png 1095w, https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio-300x161.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio-768x412.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio-1024x549.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio-696x373.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio-1068x573.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/extract-android-studio-783x420.png 783w" sizes="(max-width: 1095px) 100vw, 1095px" /></p>
<p>Now, the final installation process begins. Start Studio –</p>
<pre class="">cd ~/Downloads/android-studio/bin
./studio.sh</pre>
<p><img loading="lazy" class="size-full wp-image-5240 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio.png" alt="" width="1094" height="118" srcset="https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio.png 1094w, https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio-768x83.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio-1024x110.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio-696x75.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/start-android-studio-1068x115.png 1068w" sizes="(max-width: 1094px) 100vw, 1094px" /></p>
<p>At the first step, select “Do no import settings”.</p>
<p><img loading="lazy" class="size-full wp-image-5241 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-installation-1.png" alt="" width="588" height="231" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-installation-1.png 588w, https://www.osradar.com/wp-content/uploads/2018/08/studio-installation-1-300x118.png 300w" sizes="(max-width: 588px) 100vw, 588px" /></p>
<p>Android Studio welcome page will open. Click “Next”.</p>
<p><img loading="lazy" class="size-full wp-image-5242 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome.png" alt="" width="795" height="596" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome.png 795w, https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/studio-welcome-560x420.png 560w" sizes="(max-width: 795px) 100vw, 795px" /></p>
<p>You’ll have the option of choosing the installation type of Android Studio. I recommend going with “Standard” option. If you’re an expert, you can go ahead with the “Custom” option. In that case, you have to make sure that every component you’re picking is correct.</p>
<p><img loading="lazy" class="size-full wp-image-5243 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom.png" alt="" width="795" height="595" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom.png 795w, https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom-768x575.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom-696x521.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/studio-standard-custom-561x420.png 561w" sizes="(max-width: 795px) 100vw, 795px" /></p>
<p>It’s time to choose the Studio theme. I prefer the “Dracula” theme, but choose whatever you like.</p>
<p><img loading="lazy" class="size-full wp-image-5244 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-theme.png" alt="" width="793" height="594" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-theme.png 793w, https://www.osradar.com/wp-content/uploads/2018/08/studio-theme-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/studio-theme-768x575.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/studio-theme-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/08/studio-theme-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/08/studio-theme-696x521.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/studio-theme-561x420.png 561w" sizes="(max-width: 793px) 100vw, 793px" /></p>
<p>Now, verify all the settings you’ve chosen.</p>
<p><img loading="lazy" class="size-full wp-image-5245 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings.png" alt="" width="794" height="596" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings.png 794w, https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/studio-verify-settings-560x420.png 560w" sizes="(max-width: 794px) 100vw, 794px" /></p>
<p>Studio will start downloading all the required components. Wait before it completes. The required packages are quite huge, to be honest.</p>
<p><img loading="lazy" class="size-full wp-image-5246 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components.png" alt="" width="792" height="592" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components.png 792w, https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components-300x224.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components-768x574.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components-696x520.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/studio-downloading-components-562x420.png 562w" sizes="(max-width: 792px) 100vw, 792px" /></p>
<p>After everything is complete, you’ll have the option to start the Studio. As it’s the first time, go ahead with the first option of creating a new Android Studio project.</p>
<p><img loading="lazy" class="size-full wp-image-5247 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/studio-start-new-project.png" alt="" width="664" height="454" srcset="https://www.osradar.com/wp-content/uploads/2018/08/studio-start-new-project.png 664w, https://www.osradar.com/wp-content/uploads/2018/08/studio-start-new-project-300x205.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/studio-start-new-project-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2018/08/studio-start-new-project-614x420.png 614w" sizes="(max-width: 664px) 100vw, 664px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/set-up-android-dev-tools-on-linux/">Set Up Android Dev Tools on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/set-up-android-dev-tools-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
