Skip to content

Commit 36ef582

Browse files
Update README.md
1 parent 6f1a70f commit 36ef582

File tree

1 file changed

+41
-46
lines changed

1 file changed

+41
-46
lines changed

README.md

Lines changed: 41 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,74 @@
1-
<p align="center">
2-
<img src="./images/icon.png" alt="AndroidIDE" width="80" height="80"/>
1+
<p align="left">
2+
<img src="https://avatars.githubusercontent.com/u/234419170?s=400&u=43571ebf481969baafb8399813ad57f46c19eb95&v=4" alt="AndroidIDE" width="80" height="80"/>
33
</p>
44

5-
<h2 align="center"><b>AndroidIDE-Rv2</b></h2>
6-
<p align="center">
5+
<h2 align="left"><b>Android Code Studio</b></h2>
6+
<p align="left">
77
An IDE to develop real, Gradle-based Android applications on Android devices.
88
<p><br>
99

10-
<p align="center">
10+
<p align="left">
1111
<!-- Latest release -->
12-
<img src="https://img.shields.io/github/v/release/Mohammed-baqer-null/AndroidIDE-Rv2?include_prereleases&amp;label=latest%20release" alt="Latest release">
12+
<img src="https://img.shields.io/github/v/release/AndroidCSOfficial/android-code-studio?include_prereleases&amp;label=latest%20release" alt="Latest release">
1313
<!-- Build and test -->
14-
<!-- <img src="https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/actions/workflows/asm_build.yml/badge.svg" alt="Builds and tests"> -->
14+
<!-- <img src="https://github.com/Mohammed-baqer-null/android-code-studio/actions/workflows/asm_build.yml/badge.svg" alt="Builds and tests"> -->
1515
<!-- Crowdin -->
1616
<a href="https://crowdin.com/project/androidide"><img src="https://badges.crowdin.net/androidide/localized.svg" alt="Crowdin"></a>
1717
<!-- License -->
1818
<img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License"></p>
1919

20-
<p align="center">
21-
<a href="https://docs.androidide.com/">Explore the docs »</a> &nbsp; &nbsp;
22-
</p>
2320

24-
<p align="center">
25-
<a href="https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/issues/new?labels=bug&template=BUG.yml&title=%5BBug%5D%3A+">Report a bug</a> &nbsp; &#8226; &nbsp;
26-
<a href="https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/issues/new?labels=feature&template=FEATURE.yml&title=%5BFeature%5D%3A+">Request a feature</a> &nbsp; &#8226; &nbsp;
27-
<a href="https://t.me/rv2ide">Join us on Telegram</a>
21+
<p align="left">
22+
<a href="https://github.com/Mohammed-baqer-null/android-code-studio/issues/new?labels=bug&template=BUG.yml&title=%5BBug%5D%3A+">
23+
<img src="https://img.shields.io/badge/Report%20Bug-red?style=for-the-badge&logo=github" alt="Report a bug">
24+
</a>
25+
<a href="https://github.com/Mohammed-baqer-null/android-code-studio/issues/new?labels=feature&template=FEATURE.yml&title=%5BFeature%5D%3A+">
26+
<img src="https://img.shields.io/badge/Request%20Feature-brightgreen?style=for-the-badge&logo=github" alt="Request a feature">
27+
</a>
28+
<a href="https://t.me/rv2ide">
29+
<img src="https://img.shields.io/badge/Telegram-Join%20Us-1DA1F2?style=for-the-badge&logo=telegram" alt="Join on Telegram">
30+
</a>
31+
<a href="https://docs.androidide.com/">
32+
<img src="https://img.shields.io/badge/Docs-Explore-blue?style=for-the-badge&logo=read-the-docs" alt="Explore the docs">
33+
</a>
2834
</p>
2935

30-
31-
## New Features
32-
33-
- [x] NDK support (Only for `aarch64` android devices)
34-
- [x] Install via shizuku (implemented by [MiyazKaori](https://github.com/MiyazKaori))
35-
- Check out the [New Features](https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/tree/dev/whatsnew#whats-new) implemented by [Mohammed-baqer-null](https://github.com/Mohammed-baqer-null)
36-
3736
## Features
3837

39-
- [x] Gradle support.
40-
- [x] `JDK 11` and `JDK 17` available for use.
41-
- [x] Terminal with necessary packages.
42-
- [x] Custom environment variables (for Build & Terminal).
43-
- [x] SDK Manager (Available via terminal).
44-
- [x] API information for classes and their members (since, removed, deprecated).
45-
- [x] Log reader (shows your app's logs in real-time)
38+
- [x] Gradle support
39+
- [x] JDK 11 & JDK 17 available
40+
- [x] Terminal with essential packages
41+
- [x] Custom environment variables (for builds & terminal)
42+
- [x] SDK & NDK Manager (manage Android SDKs and NDKs via terminal)
43+
- [x] API information for classes and their members (since, removed, deprecated)
44+
- [x] Log reader (real-time logs for your app)
4645
- [ ] Language servers
4746
- [x] Java
4847
- [x] XML
49-
- [ ] Kotlin
48+
- [x] Kotlin
5049
- [ ] UI Designer
5150
- [x] Layout inflater
5251
- [x] Resolve resource references
53-
- [x] Auto-complete resource values when user edits attributes using the attribute editor
54-
- [x] Drag & Drop
52+
- [x] Auto-complete resource values when editing attributes
53+
- [x] Drag & Drop interface
5554
- [x] Visual attribute editor
5655
- [x] Android Widgets
5756
- [ ] String Translator
58-
- [ ] Asset Studio (Drawable & Icon Maker)
59-
- [x] Git
57+
- [x] Asset Studio (Drawable & Icon Maker)
58+
- [x] Plugin Creator (Create sub-modules or plugins inside your project)
59+
- [x] Git integration
60+
- [] **AI Agent** – fully **project-aware AI assistant** that understands your code, modules, and project structure to help with coding, debugging, and suggestions
6061

6162
## Installation
6263

6364
[<img src="https://github.com/Kunzisoft/Github-badge/raw/main/get-it-on-github.svg"
6465
alt="Get it on F-Droid"
65-
height="80">](https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/releases)
66+
height="80">](https://github.com/Mohammed-baqer-null/android-code-studio/releases)
6667

67-
> _Please install AndroidIDE-Rv2 from trusted sources only i.e._
68-
> - [_GitHub Releases_](https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/releases)
68+
> _Please install Android Code Studio from trusted sources only i.e._
69+
> - [_GitHub Releases_](https://github.com/Mohammed-baqer-null/android-code-studio/releases)
6970
70-
- Download the AndroidIDE-Rv2 APK from the mentioned trusted sources.
71+
- Download the Android Code Studio APK from the mentioned trusted sources.
7172
- Follow the
7273
instructions [here](https://docs.androidide.com/tutorials/get-started.html) to
7374
install the build tools.
@@ -76,7 +77,7 @@
7677

7778
- For working with projects in AndroidIDE, your project must use Android Gradle Plugin v7.2.0 or
7879
newer. Projects with older AGP must be migrated to newer versions.
79-
- SDK Manager is already included in Android SDK and is accessible in AndroidIDE-Rv2 via its Terminal.
80+
- SDK Manager is already included in Android SDK and is accessible in Android Code Studio via its Terminal.
8081
But, you cannot use it to install some tools (like NDK) because those tools are not built for
8182
Android.
8283
- No official NDK support because we haven't built the NDK for Android.
@@ -104,13 +105,6 @@ For translations, visit the [Crowdin project page](https://crowdin.com/project/a
104105

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

107-
<p>This project is supported by:</p>
108-
<p>
109-
<a href="https://m.do.co/c/54add371d1d7">
110-
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px">
111-
</a>
112-
</p>
113-
114108
## Contact Us
115109

116110
- [Website](https://m.androidide.com)
@@ -119,7 +113,7 @@ Thanks to all the developers who have contributed to this project.
119113
## License
120114

121115
```
122-
AndroidIDE-Rv2 is free software: you can redistribute it and/or modify
116+
AndroidIDE-Rv2 ( Versions ≤ v2.7.4-r1.02 ) is free software: you can redistribute it and/or modify
123117
it under the terms of the GNU General Public License as published by
124118
the Free Software Foundation, either version 3 of the License, or
125119
(at your option) any later version.
@@ -136,3 +130,4 @@ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
136130
Any violations to the license can be reported either by opening an issue or writing a mail to us
137131
directly.
138132

133+

0 commit comments

Comments
 (0)