# Flutter Manjaro Kurulum

## *"flutter doctor"* Komutu  *"**\[X]Android Studio (not installed)**"* Diye Hata Veriyorsa;

Android Studiyo'yu FlatPak ile yüklenmişse terminalde aşağıdaki kodu çalıştır;

```bash
$ flutter config --android-studio-dir=var/lib/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studioA
```

{% hint style="info" %}
Ardından "flutter doctor" kontrolünü yap.
{% endhint %}

## Flutter Lisansı Hatası Alıyorsak

Android Studio'yu aç, Settings -> Appearance & Behavior -> System Settings -> Android SDK -> SDK Tools -> **Android SDK Command-line Tools** 'u ayrıa diğer öğeleri indir.

Ayrıca Java'nın kendi sitesinden JDK'nın son versiyonunu indir ve Path'e ekle.

```bash
export PATH="/home/{KULLANICI ADIN}/{JDK'NIN BULUNDUĞU DİZİN}/jdk-16/bin/:$PATH"
```

## "flutter doctor" Komutu Chrome Bulunamadı Hatası Veriyorsa&#x20;

Eğer Chrome'u Aur deposundan derlemişsek;

```bash
export CHROME_EXECUTABLE=/opt/google/chrome/chrome
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://haluk-hackali.gitbook.io/flutter-dart-notes/flutter/flutter-manjaro-kurulum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
