15 - Bugs
If you run flutter doctor and see a message saying "[!] Android Studio (not installed)", don't worry. You can fix this by pointing Flutter to the location of your Android Studio installation.
Here's what to do:
1- Open your terminal.
2- Type the following command: flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
This path is the typical location for Android Studio. However, if you installed Android Studio in a different location, simply replace "C:\Program Files\Android\Android Studio" in the command with the path to where your Android Studio is installed. Make sure to include the path within the quotes. This will help Flutter recognize where Android Studio is located on your computer.
If you encounter an error during the installation of Intel HAXM, follow these steps to resolve it:
1- First, ensure that you have the necessary permissions to make changes to your system.
2- Open the Windows Features settings:
*You can do this by searching for “Windows Features” in the Start Menu or Windows Search.
3- Check the boxes next to “Virtual Machine Platform” and “Windows Hypervisor Platform”.
4- Click OK to save the changes.
These adjustments should help you successfully install Intel HAXM.
-------------------------------------------------------------------------------------------------------------------------------------------------
16 - Android Studio NEW UI vs Classic UI
Hey there! Throughout most of this course, I've been sticking with the "Classic UI" in Android Studio. You might have noticed the "New UI" shakes things up a bit, especially when it comes to finding certain options. So, if you want to sync up and make following along smoother, I suggest switching back to the old, familiar Classic UI. It's super easy to do:
1- Spot the gear icon for settings in the top right corner of your screen. Give that a click.
2- Look for the option that says "Switch to Classic UI" and click on that.
3- Once you've done that, you'll see a prompt to restart Android Studio. Go ahead and restart it to apply the changes.
And that's it! You'll be back in the comfy, classic environment we've been using so far. Let's keep coding together without missing a beat!
----------------------------------------------------------------------------------------------------------------------------------------------
17 - Editing errors
If you come across any errors while going through our course materials, we'd really value your input in fixing them promptly. Whenever you notice something that needs correction, please share your observations in the Q/A section of the video you're watching. Your feedback is essential in helping us maintain the quality and accuracy of our content. Thank you for your assistance in this matter!
You might be eager to dive into all the amazing things you can do with Flutter, and that excitement is great! But remember, the key to mastering Flutter is to take it one step at a time and be patient. You're going to learn and do everything in this course, step by step. For now, let's start by exploring Flutter's widgets and getting a feel for how they function.
------------------------------------------------------------------------------------------------------------------------------------------
18 - Goals
In this module, we'll begin by coding a very simple app. It's a great way to get started and understand the basics. Don't worry, we'll guide you through each part of the process. Let's get started and see what we can create together!