> For the complete documentation index, see [llms.txt](https://docs.onepub.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onepub.dev/guides/installing/ide-integration/android-studio.md).

# Android Studio

Providing that you are using at least dart 2.15 then OnePub works with Android Studio out of the box.

The only actions required are to install OnePub and then login:

```dart
flutter pub global activate onepub
onepub login
```

If you are running a version of Dart pre 2.15 then you will need to run the pub commands manually.

{% hint style="info" %}
If you are running a Dart version pre 2.12 then follow the[ pre 2.12](/guides/installing/pre-dart-2.12.md) install instructions.
{% endhint %}
