Skip to content

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

License

Notifications You must be signed in to change notification settings

Micoder-dev/AndroidIDE

 
 

Repository files navigation




Download AndroidIDE

Minimum required Android version Size of AndroidIDE repo
Latest release of AndroidIDE Number of downloads (from GitHub releases) Number of downloads (from website)
CodeFactor Rating GitHub commit activity CI Build Status GPL v3 License


Features

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

Items marked with (*) are partially implemented. XML language server supports only code completion at the moment. Git is currently available only in the terminal i.e. no GUI interface for git.

Installation

  • Download the AndroidIDE APK from releases. You can also download APKs from GitHub actions.
  • Follow the instructions here to install the build tools.

Limitations

  • 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.

Thanks to

And all the developers who have contributed to this project.

Contact Us

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 <https://www.gnu.org/licenses/>.

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.2%
  • Kotlin 11.5%
  • ANTLR 1.3%