Skip to content

Commit b85e77e

Browse files
removed(ndk_testing thro termux app)
1 parent e6c2188 commit b85e77e

File tree

2 files changed

+48
-59
lines changed

2 files changed

+48
-59
lines changed

README.md

Lines changed: 48 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,86 @@
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/androidide_discussions">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+
- [x] **AI Agent** – fully **project-aware AI assistant** that understands your code, modules, and project structure to help with coding.
61+
<!-- - debugging, and suggestions-->
6062

6163
## Installation
6264

63-
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.svg"
64-
alt="Get it on F-Droid"
65-
height="80">](https://f-droid.org/packages/com.tom.rv2ide)
6665
[<img src="https://github.com/Kunzisoft/Github-badge/raw/main/get-it-on-github.svg"
6766
alt="Get it on F-Droid"
68-
height="80">](https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/releases)
67+
height="80">](https://github.com/Mohammed-baqer-null/android-code-studio/releases)
6968

70-
> _Please install AndroidIDE-Rv2 from trusted sources only i.e._
71-
> - [_GitHub Releases_](https://github.com/Mohammed-baqer-null/AndroidIDE-Rv2/releases)
69+
> _Please install Android Code Studio from trusted sources only i.e._
70+
> - [_GitHub Releases_](https://github.com/Mohammed-baqer-null/android-code-studio/releases)
7271
73-
- Download the AndroidIDE-Rv2 APK from the mentioned trusted sources.
72+
- Download the Android Code Studio APK from the mentioned trusted sources.
7473
- Follow the
7574
instructions [here](https://docs.androidide.com/tutorials/get-started.html) to
7675
install the build tools.
7776

7877
## Limitations
7978

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

8785
The app is still being developed actively. It's in beta stage and may not be stable. if you have any
8886
issues using the app, please let us know.
@@ -102,38 +100,32 @@ For translations, visit the [Crowdin project page](https://crowdin.com/project/a
102100
for [AndroidTreeView](https://github.com/bmelnychuk/AndroidTreeView)
103101
- [George Fraser](https://github.com/georgewfraser) for
104102
the [Java Language Server](https://github.com/georgewfraser/java-language-server)
105-
103+
- [Itsaky](https://github.com/itsaky) The original developer
104+
of [AndroidIDE](https://github.com/AndroidIDEOfficial/AndroidIDE.git) whose project I forked and now maintain.
105+
106106
Thanks to all the developers who have contributed to this project.
107107

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

117110
- [Website](https://m.androidide.com)
118-
- [Telegram](https://t.me/androidide_discussions)
111+
- [Telegram](https://t.me/rv2ide)
119112

120113
## License
121114

122115
```
123-
AndroidIDE-Rv2 is free software: you can redistribute it and/or modify
116+
AndroidCodeStudio is free software: you can redistribute it and/or modify
124117
it under the terms of the GNU General Public License as published by
125118
the Free Software Foundation, either version 3 of the License, or
126119
(at your option) any later version.
127120
128-
AndroidIDE-Rv2 is distributed in the hope that it will be useful,
121+
AndroidCodeStudio is distributed in the hope that it will be useful,
129122
but WITHOUT ANY WARRANTY; without even the implied warranty of
130123
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
131124
GNU General Public License for more details.
132125
133126
You should have received a copy of the GNU General Public License
134-
along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
127+
along with AndroidCodeStudio. If not, see <https://www.gnu.org/licenses/>.
135128
```
136129

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

termux/emulator/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ android {
2727
namespace = "com.termux.emulator"
2828
packaging.jniLibs.useLegacyPackaging = true
2929

30-
ndkPath = "/data/data/com.termux/files/home/Android/android-ndk-r27b"
31-
ndkVersion = "27.1.12297006"
32-
3330
defaultConfig {
3431
externalNativeBuild {
3532
ndkBuild {

0 commit comments

Comments
 (0)