Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/AndroidIDEOfficial/AndroidIDE

AndroidIDE is an IDE for Android to develop full featured Android apps.
https://github.com/AndroidIDEOfficial/AndroidIDE

android android-ide androidide autocomplete collaborate contributions-welcome editor gradle ide java kotlin looking-for-contributors mobile-development mobile-ide openjdk openjdk17

Last synced: 7 days ago
JSON representation

AndroidIDE is an IDE for Android to develop full featured Android apps.

Lists

README

        


AndroidIDE

AndroidIDE



An IDE to develop real, Gradle-based Android applications on Android devices.


Latest release

Builds and tests

CodeFactor

Crowdin

License


Explore the docs »    


Report a bug   •  
Request a feature   •  
Join us on Telegram

> **We are looking for contributors/maintainers to help keep the project alive and speed up the development. You can help by fixing bugs, implementing & improving features, writing documentation, etc.**

## Features

- [x] Gradle support.
- [x] `JDK 11` and `JDK 17` available for use.
- [x] Terminal with necessary packages.
- [x] Custom environment variables (for Build & Terminal).
- [x] SDK Manager (Available via terminal).
- [x] API information for classes and their members (since, removed, deprecated).
- [x] Log reader (shows your app's logs in real-time)
- [ ] Language servers
- [x] Java
- [x] XML
- [ ] Kotlin
- [ ] UI Designer
- [x] Layout inflater
- [x] Resolve resource references
- [x] Auto-complete resource values when user edits attributes using the attribute editor
- [x] Drag & Drop
- [x] Visual attribute editor
- [x] Android Widgets
- [ ] String Translator
- [ ] Asset Studio (Drawable & Icon Maker)
- [x] Git

## Installation

[Get it on F-Droid](https://f-droid.org/packages/com.itsaky.androidide)
[Get it on F-Droid](https://github.com/AndroidIDEOfficial/AndroidIDE/releases)

> _Please install AndroidIDE from trusted sources only i.e._
> - [_The AndroidIDE website_](https://androidide.com)
> - [_GitHub Releases_](https://github.com/AndroidIDEOfficial/AndroidIDE/releases)
> - [_GitHub Actions_](https://github.com/AndroidIDEOfficial/AndroidIDE/actions?query=branch%3Adev+event%3Apush)
> - [_F-Droid_](https://f-droid.org/packages/com.itsaky.androidide/)

- Download the AndroidIDE APK from the mentioned trusted sources.
- Follow the
instructions [here](https://docs.androidide.com/tutorials/get-started.html) to
install the build tools.

## Limitations

- For working with projects in AndroidIDE, your project must use Android Gradle Plugin v7.2.0 or
newer. Projects with older AGP must be migrated to newer versions.
- SDK Manager is already included in Android SDK and is accessible in AndroidIDE via its Terminal.
But, you cannot use it to install some tools (like NDK) because those tools are not built for
Android.
- No official NDK support because we haven't built the NDK for Android.

The app is still being developed actively. It's in beta stage and may not be stable. if you have any
issues using the app, please let us know.

## Contributing

See the [contributing guide](./CONTRIBUTING.md).

For translations, visit the [Crowdin project page](https://crowdin.com/project/androidide).

## Thanks to

- [Rosemoe](https://github.com/Rosemoe) for the
awesome [CodeEditor](https://github.com/Rosemoe/sora-editor)
- [Termux](https://github.com/termux) for [Terminal Emulator](https://github.com/termux/termux-app)
- [Bogdan Melnychuk](https://github.com/bmelnychuk)
for [AndroidTreeView](https://github.com/bmelnychuk/AndroidTreeView)
- [George Fraser](https://github.com/georgewfraser) for
the [Java Language Server](https://github.com/georgewfraser/java-language-server)

Thanks to all the developers who have contributed to this project.

This project is supported by:






## Contact Us

- [Website](https://m.androidide.com)
- [Telegram](https://t.me/androidide_discussions)

## License

```
AndroidIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

AndroidIDE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AndroidIDE. If not, see .
```

Any violations to the license can be reported either by opening an issue or writing a mail to us
directly.