{"id":3973,"date":"2020-06-16T16:36:49","date_gmt":"2020-06-16T11:06:49","guid":{"rendered":"https:\/\/www.concettolabs.com\/blog\/?p=3973"},"modified":"2020-06-16T16:36:49","modified_gmt":"2020-06-16T11:06:49","slug":"android-studio-4-0-new-features-preview","status":"publish","type":"post","link":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/","title":{"rendered":"Android Studio 4.0 New Features Preview"},"content":{"rendered":"<p>Today, Android has over 2.5 billion monthly active devices. The <strong>Android developers<\/strong> are using IDEs to build on Android using the latest features. Android Studio 3.6 released in February with a bunch of useful features. Google pushed Android Studio 4.0 with more convenient features &amp; required fixes. The features it adds are:<\/p>\n<ul>\n<li>Motion Editor<\/li>\n<li>Build Speed Window<\/li>\n<li>Live Layout Inspector<\/li>\n<li>Layout Multi Preview<\/li>\n<li>Kotlin DSL Script files<\/li>\n<li>Smart Editor for R8 Rules<\/li>\n<\/ul>\n<p>The user can download <a href=\"https:\/\/developer.android.com\/studio\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\">Android Studio<\/span><\/a> 4.0 for Mac, Windows, and Linux from developer.android.com\/studio. Here, the number 4.0 tells that it\u2019s a significant release for anyone who wants to build apps and games for Android.<\/p>\n<p>To offer a better understanding, we have broken down the features by categories. Such as Design, Develop, and Build. Moreover, the new version will help in improvements and bug fixes. Dive in to know more.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Android_Studio_40_Design_Features\"><\/span>Android Studio 4.0 Design Features<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3977 size-full\" title=\"Android Studio 4.0 Design Features\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-2.jpg\" alt=\"Android Studio 4.0 Design Features\" width=\"1170\" height=\"540\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-2.jpg 1170w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-2-300x138.jpg 300w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-2-1024x473.jpg 1024w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-2-768x354.jpg 768w\" sizes=\"auto, (max-width: 1170px) 100vw, 1170px\" \/><\/p>\n<h3><span class=\"ez-toc-section\" id=\"1_Motion_Editor\"><\/span>1. Motion Editor<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Motion Editor is the first feature that we\u2019ll talk about. AndroidX has a subclass of ConstraintLayout called as MotionLayout. MotionLayout\u2019s helps in animation between layout states. It creates transitions in XML to resolve problems. The new Motion Editor interface lets you create visual transitions in a MotionLayout. Check below the XML file where you don\u2019t have to write code yourself.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"2_Upgraded_Layout_Inspector\"><\/span>2. Upgraded Layout Inspector<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Layout Inspector is an essential tool that lets you see how your app laid out. Whether on-screen or along with different attributes. Layout Inspector expands on the old version using the improved feature. You can still access its simple view-tree inspection. Which includes features like live refreshing. Check the 3D representation of what\u2019s on-screen.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"3_Layout_Validation\"><\/span>3. Layout Validation<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Users can create a layout using a built-in preview in Android Studio. Switching to different screen sizes and resolutions in the preview can bother you. With the Android Layout Validation view, you can look at a variety of different screen sizes. And the resolution in the preview. For getting started, the user needs to click on the Layout Validation tab in the top-right corner of IDE.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Android_Studio_40_Develop_Features\"><\/span>Android Studio 4.0 Develop Features<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4><strong>1. Smart Editor while writing rules for Code Shrinking<\/strong><\/h4>\n<p>R8 introduce in Android plugin 3.4. It combines shrinking, desugaring, optimizing, and dexing. It results in noticeable build in performance improvements. While creating R8, Android studio provides a smart editor. It integrates Android projects to ensure full completion of class, methods, fields, and navigations.<\/p>\n<h4><strong>2. CPU Profiler UI Upgrades<\/strong><\/h4>\n<p>CPU profiler designed to have an abundant amount of data about app thread activity and trace recording. The recording spread from the main profiler timeline and organized in groups. One can move the group up and down within a group for extra customization. Google redesign system Trace UI that offers better visual distinction. It focuses on seeing data for threads you choose. With this significant decrease in error, rates reported by Google.<\/p>\n<h4><strong>3. IntelliJ IDEA 2019.3 Platform Update<\/strong><\/h4>\n<p>Android Studio IDE updated the improvement, which mainly focuses on performance and quality. The upgrades add IntelliJ IDEA 2019.3 and 2019.3.3 releases.<\/p>\n<h4><strong>4. Clang Support for C++<\/strong><\/h4>\n<p>Clang is a primary language analysis engine. It&#8217;s used for inspection, navigation, completion, and other warnings. The user finds bundle clang-tidy in Android Studio added by Google. One can configure Clangd by: Go to the IDE settings dialog&gt; navigate to language and framework&gt; C\/C++ &gt;Clangd and configure the options.<\/p>\n<h4><strong>5. Kotlin Android Live Templates<\/strong><\/h4>\n<p>The feature allows inserting standard code with typing simple keywords. The Android studio covers live templates for Kotlin code. Example type \u2018toast\u2019 and press insert key. The full live template list will show. Or navigate to Editor&gt; Live Templates in the settings dialog.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Android_Studio_40_Build_Features\"><\/span>Android Studio 4.0 Build Features<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4><strong>1. Build Analyzer<\/strong><\/h4>\n<p>The outdated task can take longer build times which led to low productivity. The Build Analyzer feature will help the developer to understand the job. The highlighted plugin responsible for build time and suggests steps to mitigate regressions. <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> who has a better understanding of the platform.<\/p>\n<h4><strong>2. Feature to Feature Dependencies<\/strong><\/h4>\n<p>The dynamic feature module depends on another element to define the relationship. It ensures that your app uses another feature module to unlock additional functionalities. It results in fewer requests and easier modularization of your app.<\/p>\n<h4><strong>3. Java 8 Language Library desugaring in D8 and R8<\/strong><\/h4>\n<p>It\u2019s one of the annoying parts of <strong>Android app development<\/strong> that used in Java 8 features. Android Gradle supports various Java 8 language features. Such as lambda expressions, and method references called desugaring. Regardless, it uses standard language APIs which previously available in recent releases.<\/p>\n<h4><strong>4. New options to enable and disable build features<\/strong><\/h4>\n<p>Android Gradle has in-built support for modern libraries. Which includes data binding, view binding, and build features with auto-generated BuildConfig classes. You needn\u2019t use all features and libraries for every project. You have to optimize the build in performance for larger projects.<\/p>\n<h4><strong>5. Essential Support for Kotlin DSL Script files<\/strong><\/h4>\n<p>Android 4.0 comes with support for Kotlin DSL that builds script files(*.kts) with a full suite of quick fixes. Refine the Android Gradle, which results in breaking API for Kotlin script users. It can fix and make more idiomatic with easy to use DSL for Kotlin Script users.<\/p>\n<h4><strong>6. Metadata Dependencies<\/strong><\/h4>\n<p>Android 4.0 comes with metadata plugins. It shows the library dependencies compiled into your app. Whenever you\u2019re uploading your application metadata provides alerts for SDKs and dependencies. In a few cases, it also provides actionable feedback to resolve those issues. The data compressed, encrypted by Google play, and stored in the signing block of your released app.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Closure\"><\/span>Closure<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To get a better understanding, watch the video, and help developers \u201ccode smarter, build faster-designed apps.\u00a0<a href=\"https:\/\/www.concettolabs.com\/android-app-development\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>Android Application Development Company<\/strong><\/span><\/a> to update your existing installation from within the app.<\/p>\n<style>\n      .blog-block-6{background:url(https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/05\/blog-script-6-1-2.png);background-position: center;background-repeat: no-repeat;background-size: cover;width: 100%;margin: 0 auto;padding: 70px 60px;} .blog-block-6 h3{font-size: 40px;line-height: 50px!important;color:#fff; text-align: center;text-transform: capitalize;margin-top:0; width: 70%;<br \/>    margin: auto;}  .blog-block-6 p{color:#fff!important;font-size:18px;width: 80%; margin: 0 auto 20px;text-align:center;} .blog-block-6 hr{background:#eb9022;height:1px;} .blog-block-6 h3 span{  color: #eb9022;}  .blog-block-6 .blog-btn-6 {background: #eb9022; border-radius: 0; font-size: 18px; padding: 10px 20px;color:#fff!important;} <\/style>\n<div class=\"blog-block-6\">\n<h3><span class=\"ez-toc-section\" id=\"Android_Studio_40_New_Features_Preview\"><\/span>Android Studio 4.0 New Features Preview<br \/>\n<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<hr \/>\n<p><a class=\"blog-btn-6\" 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\/android-studio-4-0-new-features-preview\/#Android_Studio_40_Design_Features\" title=\"Android Studio 4.0 Design Features\">Android Studio 4.0 Design Features<\/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\/android-studio-4-0-new-features-preview\/#1_Motion_Editor\" title=\"1. Motion Editor\">1. Motion Editor<\/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\/android-studio-4-0-new-features-preview\/#2_Upgraded_Layout_Inspector\" title=\"2. Upgraded Layout Inspector\">2. Upgraded Layout Inspector<\/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\/android-studio-4-0-new-features-preview\/#3_Layout_Validation\" title=\"3. Layout Validation\">3. Layout Validation<\/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\/android-studio-4-0-new-features-preview\/#Android_Studio_40_Develop_Features\" title=\"Android Studio 4.0 Develop Features\">Android Studio 4.0 Develop Features<\/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\/android-studio-4-0-new-features-preview\/#Android_Studio_40_Build_Features\" title=\"Android Studio 4.0 Build Features\">Android Studio 4.0 Build Features<\/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\/android-studio-4-0-new-features-preview\/#Closure\" title=\"Closure\">Closure<\/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\/android-studio-4-0-new-features-preview\/#Android_Studio_40_New_Features_Preview\" title=\"Android Studio 4.0 New Features Preview\">Android Studio 4.0 New Features Preview<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Today, Android has over 2.5 billion monthly active devices. The Android developers are using IDEs to build on Android using the latest features. Android Studio 3.6 released in February with a bunch of useful features. Google pushed Android Studio 4.0 with more convenient features &amp; required fixes. The features it adds are: Motion Editor Build [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3976,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[6],"tags":[7,1997,1391,1998,1999,2000,8,2001],"class_list":["post-3973","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-app-ideas","tag-android-app-development","tag-android-application-development-company","tag-android-developers","tag-android-studio","tag-android-studio-4-0-layout-inspector","tag-features-android-studio","tag-hire-android-app-developer","tag-motion-editor-android-studio"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Android Studio 4.0 New Features Preview | Concetto Labs<\/title>\n<meta name=\"description\" content=\"Google pushed Android Studio 4.0 with more convenient features &amp; required fixes. To get a better understanding, and help developers \u201ccode smarter, build faster-designed apps.\" \/>\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=\"Android Studio 4.0 New Features Preview | Concetto Labs\" \/>\n<meta property=\"og:description\" content=\"Google pushed Android Studio 4.0 with more convenient features &amp; required fixes. To get a better understanding, and help developers \u201ccode smarter, build faster-designed apps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/\" \/>\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-06-16T11:06:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.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\/android-studio-4-0-new-features-preview\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/\",\"name\":\"Android Studio 4.0 New Features Preview | Concetto Labs\",\"isPartOf\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.jpg\",\"datePublished\":\"2020-06-16T11:06:49+00:00\",\"dateModified\":\"2020-06-16T11:06:49+00:00\",\"author\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\"},\"description\":\"Google pushed Android Studio 4.0 with more convenient features & required fixes. To get a better understanding, and help developers \u201ccode smarter, build faster-designed apps.\",\"breadcrumb\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#primaryimage\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.jpg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.jpg\",\"width\":1170,\"height\":540,\"caption\":\"Android Studio 4.0 New Features Preview\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Android Studio 4.0 New Features Preview\"}]},{\"@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":"Android Studio 4.0 New Features Preview | Concetto Labs","description":"Google pushed Android Studio 4.0 with more convenient features & required fixes. To get a better understanding, and help developers \u201ccode smarter, build faster-designed apps.","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":"Android Studio 4.0 New Features Preview | Concetto Labs","og_description":"Google pushed Android Studio 4.0 with more convenient features & required fixes. To get a better understanding, and help developers \u201ccode smarter, build faster-designed apps.","og_url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/","og_site_name":"concettolabs","article_author":"https:\/\/www.facebook.com\/manish.patel.710","article_published_time":"2020-06-16T11:06:49+00:00","og_image":[{"width":1170,"height":540,"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.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\/android-studio-4-0-new-features-preview\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/","name":"Android Studio 4.0 New Features Preview | Concetto Labs","isPartOf":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#primaryimage"},"image":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.jpg","datePublished":"2020-06-16T11:06:49+00:00","dateModified":"2020-06-16T11:06:49+00:00","author":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9"},"description":"Google pushed Android Studio 4.0 with more convenient features & required fixes. To get a better understanding, and help developers \u201ccode smarter, build faster-designed apps.","breadcrumb":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#primaryimage","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.jpg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/06\/android4.0-1.jpg","width":1170,"height":540,"caption":"Android Studio 4.0 New Features Preview"},{"@type":"BreadcrumbList","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/android-studio-4-0-new-features-preview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitelaravel.concettoprojects.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Android Studio 4.0 New Features Preview"}]},{"@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\/3973","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=3973"}],"version-history":[{"count":0,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3973\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media\/3976"}],"wp:attachment":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=3973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=3973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=3973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}