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/
Bro, I want to ensure that I don't encounter that kind of error again every time I create a project.
Читать полностью…
Run tasks : [:app:assembleDebug]Читать полностью…
> Configure project :app
WARNING: The option setting 'android.aapt2FromMavenOverride=/data/user/0/com.itsaky.androidide/files/home/.androidide/aapt2' is experimental.
Adding LogSender dependency (version '2.7.1-beta-604428861-SNAPSHOT') to variant 'debug' of project ':app'
Build-tool 30.0.3 is missing ANDROID_RS at /data/user/0/com.itsaky.androidide/files/home/android-sdk/build-tools/30.0.3/renderscript/include
Observed package id 'tools' in inconsistent location '/data/user/0/com.itsaky.androidide/files/home/android-sdk/cmdline-tools/latest' (Expected '/data/user/0/com.itsaky.androidide/files/home/android-sdk/tools')
Observed package id 'tools' in inconsistent location '/data/user/0/com.itsaky.androidide/files/home/android-sdk/cmdline-tools/latest' (Expected '/data/user/0/com.itsaky.androidide/files/home/android-sdk/tools')
Build-tool 30.0.3 is missing ANDROID_RS at /data/user/0/com.itsaky.androidide/files/home/android-sdk/build-tools/30.0.3/renderscript/include
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not determine the dependencies of null.
> Installed Build Tools revision 30.0.3 is corrupted. Remove and install again using the SDK Manager.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
Subsequent updates will enable AI to support monitoring or obtaining editactivity code and other functions
Читать полностью…
Is it possible to run an Android emulator in Ide?
Читать полностью…
The problem is in your project, not the app.
Читать полностью…
This is your app i downloaded and has an erro
Читать полностью…
Get help from crash handlers or other libraries.
Читать полностью…
Hi guys csn you send the link of new version of android ide?
Читать полностью…
/channel/AndroidIDE_Discussions/63782/141592
Читать полностью…
Updated termux bootstrap with GPG Key (GPG Key by @itsaky)
Note: permission to upload.
User Rafi Ahmed has 1/2 warnings; be careful!
Читать полностью…
From SDK 36, Google will remove (Context context) from their (Button,TextView etc) widgets and use (Context context,null) as a result, it may no longer be possible to see Preview.
Читать полностью…
But Material Library and others use (Context context,null/AttributeSet)
Читать полностью…
Follow the instructions here to setup NDK in AndroidIDE :
https://github.com/MrIkso/AndroidIDE-NDK
plugins {
id("com.android.application")
id("kotlin-android")
}
android {
namespace = "com.movies.pipay"
compileSdk = 33
defaultConfig {
applicationId = "com.movies.pipay"
minSdk = 21
targetSdk = 33
versionCode = 1
versionName = "1.0"
vectorDrawables {
useSupportLibrary = true
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
buildTypes {
release {
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}
buildFeatures {
viewBinding = true
}
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.jvmTarget = "11"
}
dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation ("androidx.viewpager2:viewpager2:1.0.0")
implementation ("androidx.core:core-ktx:1.10.1")
implementation ("androidx.fragment:fragment-ktx:1.6.1")
implementation ("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation ("androidx.recyclerview:recyclerview:1.3.2")
implementation ("androidx.fragment:fragment-ktx:1.6.1")
}
Читать полностью…
😂 Updating Android IDE, currently adding chat AI, supporting large models such as Claude, Gemini
Читать полностью…
Nope but you can try virtual master app which supports upto android 11 , 5, 7 version
Читать полностью…
Run tasks : [:app:assembleDebug]
> Configure project :app
WARNING: The option setting 'android.aapt2FromMavenOverride=/data/user/0/com.itsaky.androidide/files/home/.androidide/aapt2' is experimental.
Adding LogSender dependency (version '2.7.1-beta-604428861-SNAPSHOT') to variant 'debug' of project ':app'
Build-tool 30.0.3 is missing ANDROID_RS at /data/user/0/com.itsaky.androidide/files/home/android-sdk/build-tools/30.0.3/renderscript/include
Observed package id 'tools' in inconsistent location '/data/user/0/com.itsaky.androidide/files/home/android-sdk/cmdline-tools/latest' (Expected '/data/user/0/com.itsaky.androidide/files/home/android-sdk/tools')
Observed package id 'tools' in inconsistent location '/data/user/0/com.itsaky.androidide/files/home/android-sdk/cmdline-tools/latest' (Expected '/data/user/0/com.itsaky.androidide/files/home/android-sdk/tools')
Build-tool 30.0.3 is missing ANDROID_RS at /data/user/0/com.itsaky.androidide/files/home/android-sdk/build-tools/30.0.3/renderscript/include
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not determine the dependencies of null.
> Installed Build Tools revision 30.0.3 is corrupted. Remove and install again using the SDK Manager.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 8s
no i dont have. I just upload the apk here.
Читать полностью…
/channel/AndroidIDE_Discussions/63782/141592
Читать полностью…
⭐ @hakancllk35 starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
From SDK 36, Google will remove (Context context) from their (Button,TextView etc) widgets and use (Context context,null) as a result, it may no longer be possible to see Preview.
Читать полностью…
⭐ @prayste starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…
AndroidIDE only support which has only constartctor with(Context context)
Читать полностью…
This is how you could manually install the Android SDK and other tools in AndroidIDE.
Читать полностью…