{"id":19099,"date":"2023-04-16T08:02:26","date_gmt":"2023-04-16T08:02:26","guid":{"rendered":"https:\/\/linux.how2shout.com\/?p=19099"},"modified":"2023-04-16T08:05:03","modified_gmt":"2023-04-16T08:05:03","slug":"how-to-install-android-studio-on-debian-12-11-linux","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/","title":{"rendered":"How to install Android Studio on Debian 12 | 11 Linux"},"content":{"rendered":"\n<p><em>Developers can install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the terminal commands given here.<\/em><\/p>\n\n\n\n<p>Google&#8217;s team is behind the development of a popular IDE i.e Android Studio so that developers can create Android applications easily. As we know Android operating system is also of Google, therefore the tools available through the Android Studio are specially designed while keeping in mind the mobile OS. The compressive set of tools available through the IDE allows us to create, test, and debug Android applications efficiently.<\/p>\n\n\n\n<p>Even though Android Studio is free to use and released under an open-source license, its features are quite modern. It offers a powerful code editor with advanced features like code completion, and code navigation, debugging tools; a visual layout editor to design apps using a drag-and-drop interface. It also has an inbuilt Emulator to test apps on virtual Android devices with different hardware and software configurations such as different Android versions, screen sizes, and hardware capabilities.<\/p>\n\n\n\n<p>Android Studio can integrate with other developer tools, such as the Android SDK, Google Play via API, and Firebase to make things easy for developers.<\/p>\n\n\n\n<p><strong>Here we discuss the steps to set up Android Studio on Debian 11 or 12.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-1-rebuil-apt-package-index-cache\">1. Rebuil APT package Index Cache<\/h2>\n\n\n\n<p>If you haven&#8217;t updated your Debian system for a while, run it using the given command. This will install all the available security updates including the rebuilding of the package cache created by the APT package manager for the added system repositories.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt update -y<\/code><\/pre>\n\n\n\n<p><strong>Note<\/strong>: For good performance, your Linux system should have 8 GB RAM or more, 8 GB of minimum free disk space, and 1280 x 800 minimum screen resolution on Debian to run Android Studio.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-install-java-on-debian-12-or-11\">2. Install Java on Debian 12 or 11<\/h2>\n\n\n\n<p>We required Java installed on our Linux system where you are planning to develop apps in Android Studio. Therefore, using the given command install the latest Open JDK version available through the system repository of Debian Linux.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt install default-jdk<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-download-android-studio\">3. Download Android Studio<\/h2>\n\n\n\n<p>The latest stable version of Android Studio while writing this article was Flamingo. So, open your browser and visit the<a href=\"https:\/\/developer.android.com\/studio#downloads\" target=\"_blank\" rel=\"noopener\"><strong> official download page of Studio<\/strong> <\/a>and click on the button given there for its downloading.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"896\" height=\"435\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Download-Android-Studio-for-Debian-12-or-11.png\" alt=\"Download Android Studio for Debian 12 or 11\" class=\"wp-image-19102\" title=\"Download Android Studio for Debian 12 or 11\"\/><\/figure>\n\n\n\n<p>As you hit the button, a pop-up will appear, scroll down, and accept the Terms and Conditions by checking the box given there, after that, download the file.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Accept-terms-and-conditions.png\" alt=\"Accept terms and conditions\" class=\"wp-image-19101\" title=\"Accept terms and conditions\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-installing-android-studio-on-debian-12-or-11\">4. Installing Android Studio on Debian 12 or 11<\/h2>\n\n\n\n<p>We have used the browser to download Studio&#8217;s archive file, so first switch to the Downloads directory where all the files got from the browser are saved by default.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">cd Downloads<\/code><\/pre>\n\n\n\n<p><strong>Extract it.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo tar -xf android-studio-*.*-linux.tar.gz<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-start-the-bash-script-to-install-and-configure-it\">5. Start the bash script to install and configure it<\/h2>\n\n\n\n<p>The previous step&#8217;s command will extract safely the package in the same directory where the Archive is present. Now, let\u2019s run the script available inside the folder to configure this Android app development and emulator platform.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sh android-studio\/bin\/studio.sh<\/code><\/pre>\n\n\n\n<p>In case you already have some previous configuration or installation folder then you can select that otherwise let the default option be selected. Just hit the <strong>OK<\/strong> button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"894\" height=\"477\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Start-the-bash-script.png\" alt=\"Start the bash script\" class=\"wp-image-19103\" title=\"Start the bash script\"\/><\/figure>\n\n\n\n<p>From the Welcome screen, hit the <strong>Next <\/strong>button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Welcome-Android-Studio.png\" alt=\"Welcome Android Studio\" class=\"wp-image-19108\" title=\"Welcome Android Studio\"\/><\/figure>\n\n\n\n<p>If you are familiar with Android Studio then can select the <strong>Custom<\/strong> option to install only the required component of it. Whereas, new users with all important developer tools required in Android Studio can select the &#8220;<strong>Standard<\/strong>&#8221; option.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Type-of-Android-Studio-installation.png\" alt=\"Type of Android Studio installation\" class=\"wp-image-19110\" title=\"Type of Android Studio installation\"\/><\/figure>\n\n\n\n<p>As per your choice select the UI theme Dark or Light.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Select-Theme-for-Editor.png\" alt=\"Select Theme for Editor\" class=\"wp-image-19109\" title=\"Select Theme for Editor\"\/><\/figure>\n\n\n\n<p>Before start installing the software components, the Setup wizard will show you them and the space required for their configuration.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Verify-the-components.png\" alt=\"Verify the components\" class=\"wp-image-19104\" title=\"Verify the components\"\/><\/figure>\n\n\n\n<p>Finally, select the components and accept the license available corresponding to them. Wait for a few minutes, Android Studio will be on your Debian 12 or 11 Linux Desktop system.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Accept-Android-SDK-license.png\" alt=\"Accept Android SDK license\" class=\"wp-image-19105\" title=\"Accept Android SDK license\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-6-create-command-and-desktop-shortcuts\">6. Create Command and Desktop Shortcuts<\/h2>\n\n\n\n<p>After completing the installation, the Android Studio will get started automatically. However,\u00a0if you have closed it by mistake then we can run it using the executable file available in its extracted directory.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">~\/Downloads\/android-studio\/bin\/studio.sh<\/code><\/pre>\n\n\n\n<p>On the Interface of the Android Studio, click on the <strong>Tools<\/strong> menu and then select &#8220;<strong>Create Desktop Entry..<\/strong>.&#8221; for a shortcut in the Application menu and &#8220;<strong>Create Command-Line launcher..<\/strong>.&#8221; for adding the Studio path in the environment, so that we can run it using the terminal as well.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1143\" height=\"600\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Create-Desktop-shortcut-for-Android-Studio-on-Debian.png\" alt=\"Create Desktop shortcut for Android Studio on Debian\" class=\"wp-image-19111\" title=\"Create Desktop shortcut for Android Studio on Debian\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"728\" height=\"321\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/launch-Android-Studio-IDE.png\" alt=\"launch Android Studio IDE\" class=\"wp-image-19112\" title=\"launch Android Studio IDE\"\/><\/figure>\n\n\n\n<p>Once its launcher is added in <code>\/usr\/local\/bin<\/code> directory, we can launch the Android Studio by simply typing the below command in the terminal.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">studio<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-7-uninstallation\">7. Uninstallation<\/h2>\n\n\n\n<p>Well, there is nothing installed on our system. We have just extracted the directory of Android Studio downloaded from its website. Therefore, removing it along with other files created by it will completely remove the Android Studio IDE from Debian 12 or 11.<\/p>\n\n\n\n<p><strong>To remove the main Android Studio files:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">rm -r ~\/Downloads\/android-studio<\/code><\/pre>\n\n\n\n<p><strong>To remove the files created by Studio such as Android SDK and your projects.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">rm -r ~\/Android<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">rm -r&nbsp; ~\/AndroidStudioProjects<\/code><\/pre>\n\n\n\n<p><strong>Other Articles:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/linux.how2shout.com\/setup-snap-and-snap-store-in-debian-12-bookworm-linux\/\" rel=\"bookmark\">Setup Snap Store in Debian 12 Bookworm Linux<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/linux.how2shout.com\/steps-to-reset-your-root-password-in-debian-12-linux\/\" rel=\"bookmark\">Steps to Reset your Root Password in Debian 12 Bookworm Linux<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/linux.how2shout.com\/installing-discord-app-on-debian-12-bookworm-linux\/\" target=\"_blank\" rel=\"bookmark noopener\">Installing Discord App on Debian 12 BookWorm Linux<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/linux.how2shout.com\/steps-to-install-opera-browser-on-debian-12-bookworm-linux\/\" target=\"_blank\" rel=\"bookmark noopener\">Steps to Install Opera Browser on Debian 12 Bookworm Linux<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Developers can install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the terminal commands given here. Google&#8217;s team is behind the development of a popular IDE i.e Android Studio so that developers can create Android applications easily. As we know Android operating system is also of Google, therefore the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":19113,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[145],"tags":[155,3145,3199,2931],"class_list":{"0":"post-19099","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-debian","8":"tag-debian","9":"tag-debian-11","10":"tag-debian-12","11":"tag-developer"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to install Android Studio on Debian 12 | 11 Linux - LinuxShout<\/title>\n<meta name=\"description\" content=\"Developers can use install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the command terminal.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Android Studio on Debian 12 | 11 Linux\" \/>\n<meta property=\"og:description\" content=\"Developers can use install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the command terminal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-16T08:02:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-16T08:05:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Android-Studio-installation-on-Debian-12-and-11.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1143\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heyan Maurya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heyan Maurya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"How to install Android Studio on Debian 12 | 11 Linux\",\"datePublished\":\"2023-04-16T08:02:26+00:00\",\"dateModified\":\"2023-04-16T08:05:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/\"},\"wordCount\":822,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/Android-Studio-installation-on-Debian-12-and-11.png\",\"keywords\":[\"Debian\",\"Debian 11\",\"debian 12\",\"developer\"],\"articleSection\":[\"Debian\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#respond\"]}],\"copyrightYear\":\"2023\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/\",\"name\":\"How to install Android Studio on Debian 12 | 11 Linux - LinuxShout\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/Android-Studio-installation-on-Debian-12-and-11.png\",\"datePublished\":\"2023-04-16T08:02:26+00:00\",\"dateModified\":\"2023-04-16T08:05:03+00:00\",\"description\":\"Developers can use install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the command terminal.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/Android-Studio-installation-on-Debian-12-and-11.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/Android-Studio-installation-on-Debian-12-and-11.png\",\"width\":1143,\"height\":600,\"caption\":\"Android Studio installation on Debian 12 and 11\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-android-studio-on-debian-12-11-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Android Studio on Debian 12 | 11 Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\",\"name\":\"Heyan Maurya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"caption\":\"Heyan Maurya\"},\"description\":\"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...\",\"sameAs\":[\"https:\\\/\\\/www.how2shout.com\\\/\"],\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/heyan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to install Android Studio on Debian 12 | 11 Linux - LinuxShout","description":"Developers can use install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the command terminal.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to install Android Studio on Debian 12 | 11 Linux","og_description":"Developers can use install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the command terminal.","og_url":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2023-04-16T08:02:26+00:00","article_modified_time":"2023-04-16T08:05:03+00:00","og_image":[{"width":1143,"height":600,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Android-Studio-installation-on-Debian-12-and-11.png","type":"image\/png"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"How to install Android Studio on Debian 12 | 11 Linux","datePublished":"2023-04-16T08:02:26+00:00","dateModified":"2023-04-16T08:05:03+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/"},"wordCount":822,"commentCount":2,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Android-Studio-installation-on-Debian-12-and-11.png","keywords":["Debian","Debian 11","debian 12","developer"],"articleSection":["Debian"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#respond"]}],"copyrightYear":"2023","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/","url":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/","name":"How to install Android Studio on Debian 12 | 11 Linux - LinuxShout","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Android-Studio-installation-on-Debian-12-and-11.png","datePublished":"2023-04-16T08:02:26+00:00","dateModified":"2023-04-16T08:05:03+00:00","description":"Developers can use install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the command terminal.","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Android-Studio-installation-on-Debian-12-and-11.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2023\/04\/Android-Studio-installation-on-Debian-12-and-11.png","width":1143,"height":600,"caption":"Android Studio installation on Debian 12 and 11"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/how-to-install-android-studio-on-debian-12-11-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"How to install Android Studio on Debian 12 | 11 Linux"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72","name":"Heyan Maurya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","caption":"Heyan Maurya"},"description":"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...","sameAs":["https:\/\/www.how2shout.com\/"],"url":"https:\/\/linux.how2shout.com\/author\/heyan\/"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/19099","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=19099"}],"version-history":[{"count":5,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/19099\/revisions"}],"predecessor-version":[{"id":19120,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/19099\/revisions\/19120"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/19113"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=19099"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=19099"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=19099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}