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/
Does anyone have android 15 version device please DM me
Читать полностью…bro romannurik.github.io/AndroidAssetStudio/index.html it is a link which can help you
Читать полностью…Does anyone has a vector/image maker for mipmaps and launcher icons?
Читать полностью…Use this version still jitpack supports
com.github.barteksc:android-pdf-viewer:1.6.0Читать полностью…
Jitpack is officially archived. So don't use
Читать полностью…Try add in settings.gradle and remove from build.gradle
Читать полностью…// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.0.0" apply false
id("com.android.library") version "8.0.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}
tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Does the target SDK affect the placement of the .so file? If it is put into the armeabi-v7a folder (according to the architecture I use) and called from Kotlin, it cannot be loaded, but when it is put into the armeabi folder, it can be loaded.
Читать полностью…Hi, how to enable Firebase Storage in dependencies?
Читать полностью…⭐ @RafaTiw starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…I pressed the OK button but when I enter the application the Trimux interface appears
Читать полностью…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'
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
> Task :app:dataBindingMergeDependencyArtifactsDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find com.github.barteksc:android-pdf-viewer:2.8.2.
Required by:
project :app
* 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 18s
1 actionable task: 1 executed
The error says not put jitpack in build.gradle top level
Читать полностью…Friends, someone install ndk and make a video
Читать полностью…Use armeabi then; there's nobody uses armv6, armv5 or below anymore
Читать полностью…Another one bites the dust...!
Banned 𝐁𝐮𝐥𝐥 𝐌𝐨𝐝𝐬.
⭐ @ZhanGSKen starred AndroidIDEOfficial/AndroidIDE!
Читать полностью…