androidide_discussions | Unsorted

Telegram-канал androidide_discussions - AndroidIDE Discussions

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/

Subscribe to a channel

AndroidIDE Discussions

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

Читать полностью…

AndroidIDE Discussions

https://github.com/MasFha/AndroidIDE-SDK-35

Читать полностью…

AndroidIDE Discussions

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.

Читать полностью…

AndroidIDE Discussions

You don't need auto suggest, on mobile

Читать полностью…

AndroidIDE Discussions

Close and open the app to fix

Читать полностью…

AndroidIDE Discussions

Follow the instructions here to setup NDK in AndroidIDE :

https://github.com/MrIkso/AndroidIDE-NDK

Читать полностью…

AndroidIDE Discussions

Last night, I was able to build this project, but right now I can't

Читать полностью…

AndroidIDE Discussions

Just change to a gradle that supports this method, and you should be able to do it yourself

Читать полностью…

AndroidIDE Discussions

Change gradle version

Читать полностью…

AndroidIDE Discussions

User Андрей has 1/2 warnings; be careful!

Читать полностью…

AndroidIDE Discussions

Я имею в веду что бы сразу при создании проэкта пакеты собирались без viewBinding! Не отключая в build-graddle

Читать полностью…

AndroidIDE Discussions

Добрый вечер, подскажите пожалуйста как в AndroidIDE отключить по умолчанию viewBinding ? Что бы при создании проэкта создавался чистый шаблон?

Читать полностью…

AndroidIDE Discussions

@wj5403293 starred AndroidIDEOfficial/AndroidIDE!

Читать полностью…

AndroidIDE Discussions

@vaimalaviya1233 starred AndroidIDEOfficial/androidide-tools!

Читать полностью…

AndroidIDE Discussions

Replace
apply plugin: ...

with the plugins block in your modules.

For example, if you have :

apply plugin: "com.android.application"


Replace it with :

plugins {
id("com.android.application")
}

Читать полностью…

AndroidIDE Discussions

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

Читать полностью…

AndroidIDE Discussions

@MBAshik starred AndroidIDEOfficial/AndroidIDE!

Читать полностью…

AndroidIDE Discussions

/channel/AndroidIDE_Discussions/63782/141592

Читать полностью…

AndroidIDE Discussions

how do i make auro suggestions in jetpack compose😭

Читать полностью…

AndroidIDE Discussions

Failed installation file is not found how to solve

Читать полностью…

AndroidIDE Discussions

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

Читать полностью…

AndroidIDE Discussions

can someone help me?

Читать полностью…

AndroidIDE Discussions

distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip

Читать полностью…

AndroidIDE Discussions

That's 2/2 warnings; Андрей is banned!

Читать полностью…

AndroidIDE Discussions

The repository 'https://packages.androidide.com/apt/termux-main stable InRelease' is not signed. What is the solution?

Читать полностью…

AndroidIDE Discussions

Добрый вечер, подскажите пожалуйста как в AndroidIDE отключить по умолчанию viewBinding ? Что бы при создании проэкта создавался чистый шаблон?

Читать полностью…

AndroidIDE Discussions

@wj5403293 starred AndroidIDEOfficial/AndroidIDE!

Читать полностью…

AndroidIDE Discussions

Good afternoon, I just installed Android IDE but I can't get it to work, download jdk21, or ssh

Читать полностью…

AndroidIDE Discussions

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

then you could start build in terminal just fine

Читать полностью…

AndroidIDE Discussions

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

Читать полностью…
Subscribe to a channel