3577
Official Telegram group of AndroidIDE to discuss issues, requests and suggestions. We use GitHub to manage requests, features and suggestions. GitHub: https://github.com/AndroidIDEOfficial/AndroidIDE Website: https://androidide.com/
List of notes in AndroidIDE Discussions:
- cpaapt
- customgradle
- decreasexmx
- docs
- gradleplugin
- init_script_issue
- manualsetup
- reactnative
- setupcmdline
- setupndk
- setuproom
- specbuildtools
- upgradle
- usedev
- usepluginsblock
You can retrieve these notes by using /get notename, or #notename
https://github.com/MasFha/AndroidIDE-SDK-35
Читать полностью…
Hi, I have a question. I want to update an app's SDK to Android 15. To do this, I need to install SDK 35 in Android IDE... but is there a specific command or area? Don't joke, I'm not a programmer, but I'm modifying a src and so far I've managed to get it to work up to Android 14... but for Android 15, it's giving me an error, and I found out I need to update the SDK in Android IDE. I'm looking for some option or command, but I can't find the solution... sorry if anyone who knows is offended by the question, which may be poorly phrased.
Читать полностью…
Follow the instructions here to setup NDK in AndroidIDE :
https://github.com/MrIkso/AndroidIDE-NDK
Last night, I was able to build this project, but right now I can't
Читать полностью…
Just change to a gradle that supports this method, and you should be able to do it yourself
Читать полностью…
User Андрей has 1/2 warnings; be careful!
Читать полностью…
Я имею в веду что бы сразу при создании проэкта пакеты собирались без viewBinding! Не отключая в build-graddle
Читать полностью…
Добрый вечер, подскажите пожалуйста как в AndroidIDE отключить по умолчанию viewBinding ? Что бы при создании проэкта создавался чистый шаблон?
Читать полностью…
⭐ @wj5403293 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
⭐ @vaimalaviya1233 starred AndroidIDEOfficial/androidide-tools!
Читать полностью…
Replace apply plugin: ...
with the plugins block in your modules.
For example, if you have :
apply plugin: "com.android.application"
plugins {
id("com.android.application")
}
Читать полностью…
This link explains how to migrate to API 35, but as far as I know, API 35 is unstable and not fully official yet. It is still a work in progress, but the method followed here is somewhat successful
Читать полностью…
⭐ @MBAshik starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
/channel/AndroidIDE_Discussions/63782/141592
Читать полностью…
how do i make auro suggestions in jetpack compose😭
Читать полностью…
Failed installation file is not found how to solve
Читать полностью…
okay, here:
Android Gradle Plugin is in /build.gradle
gradle version (not using custom gradle) is in /gradle/wrapper/gradle-wrapper.properties and it was in distributionUrl line
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
Читать полностью…
The repository 'https://packages.androidide.com/apt/termux-main stable InRelease' is not signed. What is the solution?
Читать полностью…
Добрый вечер, подскажите пожалуйста как в AndroidIDE отключить по умолчанию viewBinding ? Что бы при создании проэкта создавался чистый шаблон?
Читать полностью…
⭐ @wj5403293 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
Good afternoon, I just installed Android IDE but I can't get it to work, download jdk21, or ssh
Читать полностью…
Try copy aapt2 binary from by your architecture armv7 https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v34.0.4/build-tools-34.0.4-arm.tar.xz
Or aarch64
https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v34.0.4/build-tools-34.0.4-aarch64.tar.xz
and replace it from $HOME/.androidide/aapt2
after replacing it, run this
echo 'android.aapt2FromMavenOverride=/data/data/com.itsaky.androidide/files/home/.androidide/aapt2' > $HOME/.gradle/gradle.properties
okay, here:
Android Gradle Plugin is in /build.gradle
gradle version (not using custom gradle) is in /gradle/wrapper/gradle-wrapper.properties and it was in distributionUrl line