{"id":153,"date":"2025-04-03T08:34:51","date_gmt":"2025-04-03T08:34:51","guid":{"rendered":"https:\/\/documentation.iqonic.design\/streamit-laravel\/?p=153"},"modified":"2026-01-29T10:39:44","modified_gmt":"2026-01-29T10:39:44","slug":"how-to-build-and-run-android-app","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/streamit-laravel\/how-to-build-and-run-android-app\/","title":{"rendered":"How to build and run Android App?"},"content":{"rendered":"<div class=\"nolwrap\">\n<p>This guide will help you build and run your mobile application using Android Studio. Follow the steps below to get started.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step by Step Instructions<\/strong><\/h2>\n\n\n\n<p>Follow these steps to set up and run your application:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1<\/strong>. <strong>Download the Project<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to your&nbsp;<strong>CodeCanyon<\/strong>&nbsp;account.<\/li>\n\n\n\n<li>Download the latest version of the project ZIP file.<\/li>\n\n\n\n<li>Unzip the file on your system.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2<\/strong>. <strong>Locate the Mobile App Folder<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After unzipping the file, locate the mobile apps folder. Inside, you&#8217;ll find project named&nbsp;<strong>&#8220;streamit-laravel-flutter&#8221;<\/strong>&nbsp;respectively.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3<\/strong>. <strong>Choose Project to Open<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select the your project.<\/li>\n\n\n\n<li>Right click and unzip you project.<\/li>\n\n\n\n<li>After Right click and open with application option select.<\/li>\n\n\n\n<li>Select one option<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4<\/strong>. <strong>Open Project<\/strong><\/h3>\n\n\n\n<p><strong>Android Studio:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on &#8220;File&#8221; in the top menu.<\/li>\n\n\n\n<li>Select &#8220;Open&#8230;&#8221;<\/li>\n\n\n\n<li>Navigate to the directory where your project is located.<\/li>\n\n\n\n<li>Select the project folder and click &#8220;OK.&#8221;<\/li>\n<\/ul>\n\n\n\n<p><strong>VS Code:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on &#8220;File&#8221; in the top menu.<\/li>\n\n\n\n<li>Select &#8220;Open Folder&#8230;&#8221;<\/li>\n\n\n\n<li>Navigate to the directory where your project is located.<\/li>\n\n\n\n<li>Select the project folder and click &#8220;Open.&#8221;<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5<\/strong>. <strong>Enable Dart Support<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First, enable Dart support in the settings or by opening the&nbsp;<strong>main.dart<\/strong>&nbsp;file.<\/li>\n\n\n\n<li>Look for the&nbsp;<strong>Enable Dart<\/strong>&nbsp;option in the right corner and click on it to enable Dart.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6<\/strong>. <strong>Get Dependencies<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After enabling Dart support, the&nbsp;<strong>Get Dependencies<\/strong>&nbsp;option will appear.<\/li>\n\n\n\n<li>Click on it to fetch the project dependencies. Any existing errors should disappear automatically after this step.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\ud83d\udca1 Tip: If Errors Persist<\/strong><\/h3>\n\n\n\n<p><strong>INFO<\/strong><\/p>\n\n\n\n<p>If errors persist, try the following steps in both Android Studio:<\/p>\n\n\n\n<p><strong>&#8211; Restart Android Studio.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Follow these steps:\n<ul class=\"wp-block-list\">\n<li>Select Tools \u2192 Flutter \u2192 Flutter Clean<\/li>\n\n\n\n<li>Select Tools \u2192 Flutter \u2192 Flutter Pub Get<\/li>\n\n\n\n<li>Select Tools \u2192 Flutter \u2192 Flutter Upgrade<\/li>\n\n\n\n<li>Select File \u2192 Invalidate Caches \/ Restart<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>INFO<\/strong><\/p>\n\n\n\n<p>If errors persist, try the following steps in both VS Code:<\/p>\n\n\n\n<p><strong>&#8211; Restart VS Code.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open Terminal \u2192 New Terminal and follow the steps:\n<ul class=\"wp-block-list\">\n<li>flutter clean<\/li>\n\n\n\n<li>flutter pub get<\/li>\n\n\n\n<li>flutter upgrade<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7<\/strong>. <strong>Connect Device or Launch Emulator<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Connect your device to the computer or launch the emulator.<\/li>\n\n\n\n<li>Run the project after connecting the device and wait for it to deploy on the device.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><strong>8: Run the App<\/strong><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click the&nbsp;<strong>Run \u25b6\ufe0f<\/strong>&nbsp;button in Android Studio.<\/li>\n\n\n\n<li>Wait for the project to build and install on your device or emulator.<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>\ud83c\udf89 You\u2019re All Set!<\/strong><\/h5>\n\n\n\n<p>You have now successfully built and deployed the Flutter app using Android Studio.<\/p>\n\n\n\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>This guide will help you build and run your mobile application using Android Studio. Follow the steps below to get started. Step by Step Instructions Follow these steps to set up and run your application: 1. Download the Project 2. Locate the Mobile App Folder 3. Choose Project to Open 4. Open Project Android Studio: [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":142,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-153","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/streamit-laravel\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/posts\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/comments?post=153"}],"version-history":[{"count":6,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/posts\/153\/revisions"}],"predecessor-version":[{"id":1730,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/posts\/153\/revisions\/1730"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/posts\/142"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/media?parent=153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/categories?post=153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-json\/wp\/v2\/tags?post=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}