<?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 linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/android-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 09 Aug 2018 11:05:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<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>
