{"id":3568,"date":"2020-03-19T16:14:50","date_gmt":"2020-03-19T10:44:50","guid":{"rendered":"https:\/\/www.concettolabs.com\/blog\/?p=3568"},"modified":"2020-03-19T16:14:50","modified_gmt":"2020-03-19T10:44:50","slug":"need-to-know-about-the-new-version-of-android-studio-3-6","status":"publish","type":"post","link":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/","title":{"rendered":"Everything You Need To Know About The New Version Of Android Studio 3.6"},"content":{"rendered":"<p>For android app development, a part of Google\u2019s Integrated Development Environment &#8211; Version 3.6 has come after so long with bug fixing and other refinements. This change is for the better with the upgrade and slowly moving towards higher stability and better performance.<\/p>\n<p>In today&#8217;s article, we will let you know all the new things like features and others with these new <strong>android studio 3.6<\/strong> and how google has shown a smoother route to editing and debugging codes for their developers.<\/p>\n<p>This new release includes a number of new features and improvements.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Key_Features_of_Android_Studio_36\"><\/span>Key Features of Android Studio 3.6<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3571 size-full\" title=\" Key Features of Android Studio 3.6\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-2-2.jpg\" alt=\" Key Features of Android Studio 3.6\" width=\"1170\" height=\"540\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-2-2.jpg 1170w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-2-2-300x138.jpg 300w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-2-2-1024x473.jpg 1024w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-2-2-768x354.jpg 768w\" sizes=\"auto, (max-width: 1170px) 100vw, 1170px\" \/><\/p>\n<p>The key features of android studio 3.6 have divided into the following subcategories for better and clear understanding.<\/p>\n<ul>\n<li>Design<\/li>\n<li>Develop<\/li>\n<li>Build<\/li>\n<li>Test<\/li>\n<li>Optimize<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"1_Design\"><\/span>1. Design<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4>&gt; Split view in design editors<\/h4>\n<p>Now, design editors like navigation and layout editors will provide a Split view that enables you to see both code and design views of the UI at the same time.<\/p>\n<p>With the split view, the earlier preview window gets replaced and improved and can be configured so that it works best for each use case. All you need to do is to click on the split icon on the top-right corner of the editor window.<\/p>\n<h4>&gt; Color picker resource tab<\/h4>\n<p>In the android studio 3.6, the color picker populates the color resources in the app so users can quickly select and replace color resources values and this color picker is obtainable in both the design tools and XML editor.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"2_Develop\"><\/span>2. Develop<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4>&gt; View Binding<\/h4>\n<p>A feature that allows you to write code more easily that interacts with views by providing compile-time safety. View binding generates a binding class for each XML layout file that is present in the module.<\/p>\n<p>Users can reference all the views that have an ID with no risk of class cast exception or null pointer. View binding replaces findViewById in most of the cases. To enable the view binding in your project, include build. Gradle file in each module<\/p>\n<p>android{<br \/>\nviewBinding.enabled = true<br \/>\n}<\/p>\n<h4>&gt; Android NDK Updates<\/h4>\n<p>All the android NDK features in Android Studio that are supported in JAVA will now be supported in <a href=\"https:\/\/www.concettolabs.com\/blog\/kotlin-programming-new-dialect-android\/\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>Kotlin<\/strong><\/span><\/a>.<\/p>\n<p>Some of the features that are previously supported in Java in <a href=\"https:\/\/developer.android.com\/studio\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>android studio<\/strong><\/span><\/a> are now also supported in Kotlin.<\/p>\n<h4>&gt; IntelliJ Platform Update<\/h4>\n<p>The IntelliJ release includes many improvements from a new services tool window to more improve startup times. With a number of improvements, google has updated IntelliJ 2019.2 platform.<\/p>\n<h4>&gt; Apply Changes to Add Classes<\/h4>\n<p>Now add a class and then deploy the code change into the running app by clicking Apply changes and Restart activity.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"3_Build\"><\/span>3. Build<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4>&gt; AGP &#8211; Android Gradle Plugin Updates<\/h4>\n<p>For publishing the customized repository the AGP component would be created for each build variant artifact. Not just this Google also made other significant improvements regarding AGP performance.<\/p>\n<p>These improvements include KAPT for large-size projects and annotation processing.<\/p>\n<h4>&gt; A Brand New Packaging Tool<\/h4>\n<p>To improve the build performance, the android build team continuously worked on the changes and this time they changed the default packaging tool to zipflinger for debug builds.<\/p>\n<p>Users will be able to see the improvements in build speed.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"4_Test\"><\/span>4. Test<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4>&gt; Google Maps UI in Android Emulator<\/h4>\n<p>Google Maps has integrated right into its control panel. Hence now developers are not needed to type in GPS coordinates manually. With this improvement app optimization becomes easier as developers would be able to observe and generate virtual routes and virtual locations.<\/p>\n<p>To identify bugs and detect memory leaks for activities and fragments is going to be plain embarking.<\/p>\n<h4>&gt; SDK Downloads that can be Resumed<\/h4>\n<p>Android Studio now allows its users to resume downloads that were interrupted instead of restarting the download from the beginning which can be helpful for large downloads like system images and Android emulators when the net connectivity is unreliable.<\/p>\n<h4>&gt; Support Multi-display<\/h4>\n<p>It is always important to test the app on a variety of multi-display configurations. Through the settings menu, users can configure multiple displays. Emulator 29.1.10 includes multiple virtual displays.<\/p>\n<h4>&gt; In-Place updates for imported APKs<\/h4>\n<p>Now Android studio 3.6 auto-detects changes made to the imported APK file and gives users an option to re-import it in-place. Android Studio allows importing externally-built APKs to debug and profile them.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"5_Optimize\"><\/span>5. Optimize<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4>&gt; Leak Detection In Memory Profiler<\/h4>\n<p>In the memory Profiler the ability to detect Activities and Fragment instances that may have leaked. To start, import a heap dump file in the memory Profiler and check the Activity\/Fragment Leaks checkbox that generates the results.<\/p>\n<p>So, These are things that you should know about Android Studio 3.6. To get the app that is developed with android studio 3.6 just get in touch with <a href=\"https:\/\/www.concettolabs.com\/android-app-development\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>android app development company<\/strong><\/span><\/a> Concetto Labs &#8211; Today!!!<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Hire_Ndk_Android_Developers_From_Us\"><\/span>Hire Ndk Android Developers From Us<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Concetto Labs has an extremely talented, skilled pool of software designers, engineers, and experienced professionals. <strong>Hire android programmer<\/strong> and get your dream project that can turn into solid reality in the hands of vast android devices users.<\/p>\n<p>If you need android app development services that include up-to-date integrated seamless apps then <a href=\"https:\/\/www.concettolabs.com\/hire-android-app-developer\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>hire android app developer<\/strong><\/span><\/a> from us who can provide a highly functional and rich-featured app that suits the business perfectly.<\/p>\n<style>\n.blog-block-1{background:url(https:\/\/www.concettolabs.com\/blog\/wp-content\/uploads\/2020\/08\/app-development.png);background-position: center;background-repeat: no-repeat;background-size: cover;width:100%;margin: 0 auto;padding: 20px 60px 80px;text-align: center; }.blog-block-1 h3{font-size: 40px;color: #fff;line-height: 60px;text-align:center;}.blog-block-1 p{color: #fff;font-size: 20px;}a.blog-btn-1{padding:10px 30px;background: #fbbf13;color: #fff!important;font-size: 18px;border: 0;cursor: poi<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span>nter; text-align:center}.blog-block-1 p{text-align:center;color:#fff!important;}<\/style>\n<p>&nbsp;<\/p>\n<div class=\"blog-block-1\">\n<h3><span class=\"ez-toc-section\" id=\"Everything_You_Need_To_Know_About_The_New_Version_Of_Android_Studio_36\"><\/span>Everything You Need To Know About The New Version Of Android Studio 3.6 <span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><a class=\"blog-btn-1\" href=\"https:\/\/www.concettolabs.com\/inquiry\" target=\"_blank\" rel=\"nofollow\">Contact Us<\/a><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#Key_Features_of_Android_Studio_36\" title=\"Key Features of Android Studio 3.6\">Key Features of Android Studio 3.6<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#1_Design\" title=\"1. Design\">1. Design<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#2_Develop\" title=\"2. Develop\">2. Develop<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#3_Build\" title=\"3. Build\">3. Build<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#4_Test\" title=\"4. Test\">4. Test<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#5_Optimize\" title=\"5. Optimize\">5. Optimize<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#Hire_Ndk_Android_Developers_From_Us\" title=\"Hire Ndk Android Developers From Us\">Hire Ndk Android Developers From Us<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#Everything_You_Need_To_Know_About_The_New_Version_Of_Android_Studio_36\" title=\"Everything You Need To Know About The New Version Of Android Studio 3.6\">Everything You Need To Know About The New Version Of Android Studio 3.6<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>For android app development, a part of Google\u2019s Integrated Development Environment &#8211; Version 3.6 has come after so long with bug fixing and other refinements. This change is for the better with the upgrade and slowly moving towards higher stability and better performance. In today&#8217;s article, we will let you know all the new things [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3570,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[6],"tags":[1816,1837,8,1838,1839,1809],"class_list":["post-3568","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-app-ideas","tag-android-app-development-company","tag-android-studio-3-6","tag-hire-android-app-developer","tag-hire-android-ndk-developer","tag-hire-android-ndk-developers","tag-hire-android-programmer"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Need To Know About The New Version Of Android Studio 3.6<\/title>\n<meta name=\"description\" content=\"Android Studio 3.6 has been released now. we will let you know all the new things like features and others with these new android studio 3.6.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Need To Know About The New Version Of Android Studio 3.6\" \/>\n<meta property=\"og:description\" content=\"Android Studio 3.6 has been released now. we will let you know all the new things like features and others with these new android studio 3.6.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/\" \/>\n<meta property=\"og:site_name\" content=\"concettolabs\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/manish.patel.710\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-19T10:44:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Manish Patel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/withmanish\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manish Patel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/\",\"name\":\"Need To Know About The New Version Of Android Studio 3.6\",\"isPartOf\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg\",\"datePublished\":\"2020-03-19T10:44:50+00:00\",\"dateModified\":\"2020-03-19T10:44:50+00:00\",\"author\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\"},\"description\":\"Android Studio 3.6 has been released now. we will let you know all the new things like features and others with these new android studio 3.6.\",\"breadcrumb\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#primaryimage\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg\",\"width\":1170,\"height\":540,\"caption\":\"android-studio\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Everything You Need To Know About The New Version Of Android Studio 3.6\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\",\"name\":\"concettolabs\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\",\"name\":\"Manish Patel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png\",\"caption\":\"Manish Patel\"},\"description\":\"Manish Patel is a Co-Founder of Concetto Labs, a leading mobile app development company specialized in android and iOS app development. We provide a one-stop solution for all IT related services.\",\"sameAs\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\",\"https:\/\/www.facebook.com\/manish.patel.710\",\"https:\/\/in.linkedin.com\/in\/manishpatel2509\",\"https:\/\/x.com\/https:\/\/twitter.com\/withmanish\"],\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/manish-patel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Need To Know About The New Version Of Android Studio 3.6","description":"Android Studio 3.6 has been released now. we will let you know all the new things like features and others with these new android studio 3.6.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Need To Know About The New Version Of Android Studio 3.6","og_description":"Android Studio 3.6 has been released now. we will let you know all the new things like features and others with these new android studio 3.6.","og_url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/","og_site_name":"concettolabs","article_author":"https:\/\/www.facebook.com\/manish.patel.710","article_published_time":"2020-03-19T10:44:50+00:00","og_image":[{"width":1170,"height":540,"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg","type":"image\/jpeg"}],"author":"Manish Patel","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/withmanish","twitter_misc":{"Written by":"Manish Patel","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/","name":"Need To Know About The New Version Of Android Studio 3.6","isPartOf":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#primaryimage"},"image":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#primaryimage"},"thumbnailUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg","datePublished":"2020-03-19T10:44:50+00:00","dateModified":"2020-03-19T10:44:50+00:00","author":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9"},"description":"Android Studio 3.6 has been released now. we will let you know all the new things like features and others with these new android studio 3.6.","breadcrumb":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#primaryimage","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/03\/android-studio-3.jpg","width":1170,"height":540,"caption":"android-studio"},{"@type":"BreadcrumbList","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/need-to-know-about-the-new-version-of-android-studio-3-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitelaravel.concettoprojects.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Everything You Need To Know About The New Version Of Android Studio 3.6"}]},{"@type":"WebSite","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/","name":"concettolabs","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9","name":"Manish Patel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png","caption":"Manish Patel"},"description":"Manish Patel is a Co-Founder of Concetto Labs, a leading mobile app development company specialized in android and iOS app development. We provide a one-stop solution for all IT related services.","sameAs":["https:\/\/websitelaravel.concettoprojects.com\/blog","https:\/\/www.facebook.com\/manish.patel.710","https:\/\/in.linkedin.com\/in\/manishpatel2509","https:\/\/x.com\/https:\/\/twitter.com\/withmanish"],"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/manish-patel\/"}]}},"_links":{"self":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/comments?post=3568"}],"version-history":[{"count":0,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3568\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media\/3570"}],"wp:attachment":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=3568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=3568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=3568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}