Flutter

Flutter

Learn what Flutter is and how it helps developers create fast, cross-platform apps using one codebase.

Flutter

Unable to locate Android SDK in Flutter

Android SDK location should not contain whitespace as this can cause problems with the NDK tools

Unable to locate Android SDK

Install Flutter in Windows

1: Download Flutter SDK.

Website: https://docs.flutter.dev/get-started/install

2: Extract Flutter download SDK zip file.

3: Open Command Prompt.

4: Go to This PC then got to Properties.

5: Open Advanced system sittings then open Environment Variables.

6: Open Path and then add new Path for Flutter SDK.

7: Go to extract flutter sdk zip file folder then open bin folder.

8: Copy bin folder Path then paste in new path.

9: Ok it.

10: Open Command Prompt then type flutter.

Command: flutter

11: Check Flutter installation requirements in Command Prompt.

Command: flutter doctor

12: Download Android Studio.

Website: https://developer.android.com/studio

13: Download Visual Studio Code.

Website: https://code.visualstudio.com/

14: Install Android Studio.

15: Check again flutter missing requirements in Command Prompt.

Command: flutter doctor

16: Open Android Studio then go to More Actions than open SDK Manager.

17: Install Android SDK Command-line Tools (latest).

18: Download and install Java.

Website:https://www.oracle.com/technetwork/java/javase/downloads/

19: Follow this command.

Command: flutter doctor –android-licenses

20: Accept all licenses.

21: Install Flutter in Android Studio.

22: Give Flutter SDK Path.

23: Go to where you install Flutter copy that Path.

24: Paste Flutter Path.

25: Create Flutter project in Command Prompt.

26: Open Command Prompt.

27: Go to Desktop in Command Prompt.

Command: cd desktop

28: Create new folder on Desktop or in Desk manually.

29: Copy new folder Path and paste in Command Prompt.

Example: cd E:\Flutter projects

30: Create new Flutter projects in Command Prompt.

Command: flutter create walikhankakar

31: Install Dart plugin in Android Studio.

32: Install Visual Studio Code.

33: Open Visual Studio Code.

34: Install Dart and Flutter extensions in Flutter.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top