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/
⭐ @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")
}
Читать полностью…
Always download APKs from the "dev" branch.
Читать полностью…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
⭐ @Ramtinhoss starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…Km trying to setup for the first time and got this? Help!!
Читать полностью…This is the log..
AndroidIDE Crash Report
Version : v2.7.1-beta (27102)
CI Build : false
Branch : dev
Commit : 77ee1a315
Variant : arm64-v8a (release)
Build type : OFFICIAL
F-Droid Build : false
F-Droid Version : null
F-Droid Version code : -1
SDK Version : 34
Supported ABIs : [arm64-v8a, armeabi-v7a, armeabi]
Manufacturer : INFINIX
Device : InfinixX6531
Stacktrace:
java.lang.ClassCastException: com.itsaky.androidide.utils.SourceClassTrie$SourceNode cannot be cast to com.itsaky.androidide.utils.SourceClassTrie$SourcePackageNode
at com.itsaky.androidide.utils.SourceClassTrie.append(SourceFile:13)
at com.itsaky.androidide.projects.ModuleProject.indexSources(Unknown Source:90)
at com.itsaky.androidide.projects.internal.ProjectManagerImpl$setupProject$4$jobs$1$1.invokeSuspend(Unknown Source:36)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:8)
at kotlinx.coroutines.DispatchedTask.run(Unknown Source:114)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(Unknown Source:95)
User ·K3FLY·🇩🇪 has 1/2 warnings; be careful!
Читать полностью…Edit the Gradle distribution reference in the gradle/wrapper/gradle-wrapper.properties
file to 8.6 or higher. Like this:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
It's still crashing.. But I got a new log this time around..
Читать полностью…Extracted successfully removed '/data/data/com.itsaky.androidide/files/home/android-sdk.tar.xz' /data/data/com.itsaky.androidide/files/home Extracting URL for Android SDK Build Tools from manifest... Found URL: https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v34.0.4/build-tools-34.0.4-arm.tar.xz Downloading Android SDK Build Tools... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0curl: (6) Could not resolve host: github.com
Читать полностью…Specify your build tools version by using: buildToolsVersion
in your module's build.gradle, like - android { buildToolsVersion "33.0.x" ...}
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
Edit the Gradle distribution reference in the gradle/wrapper/gradle-wrapper.properties
file to 8.6 or higher. Like this:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
⭐ @nmap6666 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…That's 2/2 warnings; ·K3FLY·🇩🇪 is banned!
Читать полностью…run the project so it automatically resolves
Читать полностью…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
User NevlekXR1 has 1/2 warnings; be careful!
Читать полностью…How to install SDK and JDK package in androidIDE?
Читать полностью…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
What is happening?? 3 consecutive crashes.. Can anyone help me with this?
Читать полностью…Hello, where can I find ready-made projects?
Читать полностью…When I pressed the OK button, the Termanal interface appeared
Читать полностью…