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

What's visual code studio? 💀

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

AndroidIDE Discussions

Android Code Studio (ACS)

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

AndroidIDE Discussions

Another fork? Nice. Are you the author of it?

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

AndroidIDE Discussions

Share build logs here

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

AndroidIDE Discussions

https://github.com/woaiyuzi/AndroidIDE-R

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

AndroidIDE Discussions

@mimoccc starred AndroidIDEOfficial/AndroidIDE!

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

AndroidIDE Discussions

I have uploaded the source code. It shows when launching.

Help

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

AndroidIDE Discussions

@utakata-code starred AndroidIDEOfficial/terminal-packages!

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

AndroidIDE Discussions

Click on the button to see the chat rules!

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

AndroidIDE Discussions

You can get AndroidIDE hotfix by itsaky for armv7a here

https://github.com/itsaky/AndroidIDE/releases/tag/v2.7.1

This is the last version of original AndroidIDE. The developer now works with the adfa team on Code on the Go. You can check it out here:

/channel/CodeOnTheGoOfficial

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

AndroidIDE Discussions

run vpn and try again

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

AndroidIDE Discussions

I have to download it manually. But all the JDKs on the internet are designed for desktop.

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

AndroidIDE Discussions

Can someone send me t bhe link to the AndroidIDE for armeabli v7?

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

AndroidIDE Discussions

Same problem white me However, I downloaded a slightly older version.

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

AndroidIDE Discussions

Hello. I have downloaded AndroidIDE v2.7.1 from github. (My device model is: Tecno Spark 10) The application is downloaded, but it crashes as soon as I open it.

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

AndroidIDE Discussions

In this video end three IDE's best for coding

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

AndroidIDE Discussions

There are a couple of them

Original dev now joined the team working on this one

/channel/CodeOnTheGoDiscussions

This one created by someone else

/channel/acs_x

This one just popped up in this chat. Didn't test it yet

https://github.com/woaiyuzi/AndroidIDE-R

The original AndroidIDE project is not maintained anymore.

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

AndroidIDE Discussions

Is there a fork that is still in development or is this project entirely discontinued?

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

AndroidIDE Discussions

https://github.com/woaiyuzi/AndroidIDE-R

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

AndroidIDE Discussions

@BleakNarratives starred AndroidIDEOfficial/AndroidIDE!

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

AndroidIDE Discussions

@WorldmeQC starred AndroidIDEOfficial/AndroidIDE!

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

AndroidIDE Discussions

Does this fork support kotlin autocomplete ?

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

AndroidIDE Discussions

@utakata-code starred AndroidIDEOfficial/androidide-tools!

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

AndroidIDE Discussions

@itwangaijava starred AndroidIDEOfficial/AndroidIDE!

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

AndroidIDE Discussions

I recommend using the fork of AndroidIDE called Android Code Studio. You can get it from here:

https://github.com/AndroidCSOfficial/android-code-studio/releases/tag/v1.0.0%2Bgh.r3

Also join their telegram group /channel/acs_x

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

AndroidIDE Discussions

Can you access this url from your browser (for example Chrome)?

https://raw.githubusercontent.com/AndroidIDEOfficial/AndroidIDE/refs/heads/dev/README.md

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

AndroidIDE Discussions

I downloaded v2.6.0. But the JDK and SDK tools are not loading.

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

AndroidIDE Discussions

And he started working

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

AndroidIDE Discussions

How do I solve this?

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

AndroidIDE Discussions

Build Failure Resolution (AndroidIDE / Gradle)
The build failure occurs due to a compatibility mismatch between the Android Gradle Plugin and the compile SDK version, along with the use of deprecated Transform APIs.
The project is using compileSdk 34 with Android Gradle Plugin 7.3.1. This plugin version has only been tested up to compileSdk 33, which can cause build and sync failures in AndroidIDE.
Recommended Stable Fix (Best for AndroidIDE)
Open app/build.gradle and update the Android

 configuration:
android { compileSdk 33
defaultConfig { targetSdk 33 }
}

Open gradle.properties and add the following line to handle legacy Transform APIs:
android.experimental.legacyTransform.forceNonIncremental=true
Sync the project and rebuild.
Optional (Only if compileSdk 34 must be used)
Add the following line to gradle.properties:
android.suppressUnsupportedCompileSdk=34
Note: This only suppresses the warning and may not prevent build failures.
Reason
Android Gradle Plugin 7.3.1 is officially compatible only up to compileSdk 33. Deprecated APIs such as android.registerTransform and variant.getMappingFile can cause the :app:assembleDebug task to fail. Using compileSdk 33 with the legacy transform flag provides the most stable configuration for AndroidIDE.

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