Title: Android resource linking failed (Failed to load include path) · Issue #14 · Visual-Code-Space/AndroidIDE · GitHub
Open Graph Title: Android resource linking failed (Failed to load include path) · Issue #14 · Visual-Code-Space/AndroidIDE
X Title: Android resource linking failed (Failed to load include path) · Issue #14 · Visual-Code-Space/AndroidIDE
Description: Issue Checklist I confirm that this issue is not a duplicate and hasn't been reported before. I agree to follow the project's code of conduct. I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-...
Open Graph Description: Issue Checklist I confirm that this issue is not a duplicate and hasn't been reported before. I agree to follow the project's code of conduct. I have checked and verified that I am using the latest...
X Description: Issue Checklist I confirm that this issue is not a duplicate and hasn't been reported before. I agree to follow the project's code of conduct. I have checked and verified that I am using th...
Opengraph URL: https://github.com/Visual-Code-Space/AndroidIDE/issues/14
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Android resource linking failed (Failed to load include path)","articleBody":"### Issue Checklist\n\n- [x] I confirm that this issue is not a duplicate and hasn't been reported before.\n- [x] I agree to follow the project's code of conduct.\n- [x] I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid.\n\n### Additional terms\n\n- [x] I understand that providing incomplete or inaccurate information may result in the issue being closed.\n- [x] I agree to provide all requested details promptly for a comprehensive bug report.\n\n### Issue explanation\n\nI get an error message when building my app (It works normally on Windows with Android Studio) . These are the most important files:\n## build.gradle\n```gradle\nplugins {\n alias(libs.plugins.android.application)\n}\n\nandroid {\n namespace 'com.example.app'\n compileSdk 35\n\n defaultConfig {\n applicationId \"com.example.app\"\n minSdk 24\n targetSdk 35\n versionCode 1\n versionName \"1.0\"\n\n testInstrumentationRunner \"androidx.test.runner.AndroidJUnitRunner\"\n }\n\n buildTypes {\n release {\n minifyEnabled false\n proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'\n }\n }\n compileOptions {\n sourceCompatibility JavaVersion.VERSION_17\n targetCompatibility JavaVersion.VERSION_17\n coreLibraryDesugaringEnabled true\n }\n buildFeatures {\n viewBinding true\n }\n}\n\ndependencies {\n implementation libs.appcompat\n implementation libs.material\n implementation libs.activity\n implementation libs.constraintlayout\n implementation libs.navigation.fragment\n implementation libs.navigation.ui\n implementation libs.preference\n implementation libs.legacy.support.v4\n implementation libs.recyclerview\n implementation libs.core\n implementation libs.editor\n implementation libs.language.textmate\n coreLibraryDesugaring libs.desugar.jdk.libs\n\n testImplementation libs.junit\n androidTestImplementation libs.ext.junit\n androidTestImplementation libs.espresso.core\n}\n```\n## gradle-wrapper.properties\n```properties\n#Wed Jan 29 16:11:26 CET 2025\ndistributionBase=GRADLE_USER_HOME\ndistributionPath=wrapper/dists\ndistributionUrl=https\\://services.gradle.org/distributions/gradle-8.10.2-bin.zip\nzipStoreBase=GRADLE_USER_HOME\nzipStorePath=wrapper/dists\n```\n## libs.versions.toml\n```toml\n[versions]\nagp = \"8.8.2\"\njunit = \"4.13.2\"\njunitVersion = \"1.2.1\"\nespressoCore = \"3.6.1\"\nappcompat = \"1.7.0\"\nmaterial = \"1.12.0\"\nactivity = \"1.10.1\"\nconstraintlayout = \"2.2.1\"\nnavigationFragment = \"2.8.8\"\nnavigationUi = \"2.8.8\"\npreference = \"1.2.1\"\nlegacySupportV4 = \"1.0.0\"\nrecyclerview = \"1.4.0\"\ncore = \"6.0.0\"\neditor = \"0.23.5\"\nlanguageTextmate = \"0.23.5\"\ndesugar_jdk_libs = \"2.1.5\"\n\n[libraries]\njunit = { group = \"junit\", name = \"junit\", version.ref = \"junit\" }\next-junit = { group = \"androidx.test.ext\", name = \"junit\", version.ref = \"junitVersion\" }\nespresso-core = { group = \"androidx.test.espresso\", name = \"espresso-core\", version.ref = \"espressoCore\" }\nappcompat = { group = \"androidx.appcompat\", name = \"appcompat\", version.ref = \"appcompat\" }\nmaterial = { group = \"com.google.android.material\", name = \"material\", version.ref = \"material\" }\nactivity = { group = \"androidx.activity\", name = \"activity\", version.ref = \"activity\" }\nconstraintlayout = { group = \"androidx.constraintlayout\", name = \"constraintlayout\", version.ref = \"constraintlayout\" }\nnavigation-fragment = { group = \"androidx.navigation\", name = \"navigation-fragment\", version.ref = \"navigationFragment\" }\nnavigation-ui = { group = \"androidx.navigation\", name = \"navigation-ui\", version.ref = \"navigationUi\" }\npreference = { group = \"androidx.preference\", name = \"preference\", version.ref = \"preference\" }\nlegacy-support-v4 = { group = \"androidx.legacy\", name = \"legacy-support-v4\", version.ref = \"legacySupportV4\" }\nrecyclerview = { group = \"androidx.recyclerview\", name = \"recyclerview\", version.ref = \"recyclerview\" }\ncore = { group = \"com.github.topjohnwu.libsu\", name = \"core\", version.ref = \"core\" }\neditor = { group = \"io.github.Rosemoe.sora-editor\", name = \"editor\", version.ref = \"editor\" }\nlanguage-textmate = { group = \"io.github.Rosemoe.sora-editor\", name = \"language-textmate\", version.ref = \"languageTextmate\" }\ndesugar_jdk_libs = { module = \"com.android.tools:desugar_jdk_libs\", version.ref = \"desugar_jdk_libs\" }\n\n[plugins]\nandroid-application = { id = \"com.android.application\", version.ref = \"agp\" }\n```\n\nIf you need more files, don't hesitate to ask me!\n\n### Expected behavior\n\nThe building task should work without any issues.\n\n### Version name\n\nVersion : v1.0.0-internal (10002)\nCI Build : true\nBranch : dev\nCommit : ebf0f8198\nVariant : arm64-v8a (release)\nBuild type : UNOFFICIAL\nF-Droid Build : false\nF-Droid Version : null\nF-Droid Version code : -1\nSDK Version : 34\nSupported ABIs : [arm64-v8a, armeabi-v7a, armeabi]\nManufacturer : samsung\nDevice : SM-A336B\n\n### Download source\n\nGitHub\n\n### Relevant log output\n\n```bash\nTasks ausführen : [:app:assembleDebug]\n\n\u003e Configure project :app\nWARNING: The option setting 'android.aapt2FromMavenOverride=/data/user/0/com.itsaky.androidide/files/home/.androidide/aapt2' is experimental.\nAdding LogSender dependency (version '2.7.1-beta') to variant 'debug' of project ':app'\n\n\u003e Task :app:preBuild UP-TO-DATE\n\u003e Task :app:preDebugBuild UP-TO-DATE\n\u003e Task :app:mergeDebugNativeDebugMetadata NO-SOURCE\n\u003e Task :app:generateDebugResValues\n\u003e Task :app:dataBindingMergeDependencyArtifactsDebug\n\u003e Task :app:generateDebugResources\n\u003e Task :app:packageDebugResources\n\u003e Task :app:javaPreCompileDebug\n\u003e Task :app:parseDebugLocalResources\n\u003e Task :app:mapDebugSourceSetPaths\n\u003e Task :app:checkDebugAarMetadata\n\u003e Task :app:createDebugCompatibleScreenManifests\n\u003e Task :app:extractDeepLinksDebug\n\u003e Task :app:mergeDebugResources\n\u003e Task :app:processDebugMainManifest\n\u003e Task :app:dataBindingGenBaseClassesDebug\n\u003e Task :app:processDebugManifest\n\u003e Task :app:mergeDebugShaders\n\u003e Task :app:compileDebugShaders NO-SOURCE\n\u003e Task :app:generateDebugAssets UP-TO-DATE\n\u003e Task :app:mergeDebugAssets\n\u003e Task :app:desugarDebugFileDependencies\n\u003e Task :app:processDebugJavaRes NO-SOURCE\n\u003e Task :app:compressDebugAssets\n\u003e Task :app:mergeDebugJniLibFolders\n\u003e Task :app:checkDebugDuplicateClasses\n\u003e Task :app:mergeDebugNativeLibs NO-SOURCE\n\u003e Task :app:mergeDebugJavaResource\n\u003e Task :app:processDebugManifestForPackage\n\u003e Task :app:mergeExtDexDebug\n\u003e Task :app:stripDebugDebugSymbols NO-SOURCE\n\u003e Task :app:mergeLibDexDebug\n\u003e Task :app:validateSigningDebug\n\u003e Task :app:writeDebugAppMetadata\n\u003e Task :app:writeDebugSigningConfigVersions\n\u003e Task :app:processDebugResources FAILED\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nExecution failed for task ':app:processDebugResources'.\n\u003e A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction\n \u003e Android resource linking failed\n ERROR: AAPT: error: failed to load include path /data/user/0/com.itsaky.androidide/files/home/android-sdk/platforms/android-35/android.jar.\n \n \n\n* Try:\n\u003e Run with --stacktrace option to get the stack trace.\n\u003e Run with --info or --debug option to get more log output.\n\u003e Run with --scan to get full insights.\n\u003e Get more help at https://help.gradle.org.\n\nBUILD FAILED in 4m 53s\n28 actionable tasks: 28 executed\n```","author":{"url":"https://github.com/KonerDev","@type":"Person","name":"KonerDev"},"datePublished":"2025-02-28T20:59:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/14/AndroidIDE/issues/14"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:5aa22be5-c428-994a-cefc-6b2d2169f803 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CAE6:172A29:128395:1966ED:6981EF09 |
| html-safe-nonce | 9563ed445312ffa8ad0e5d96d2f13096c57744c8b27c883f861b168b27cf2640 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUU2OjE3MkEyOToxMjgzOTU6MTk2NkVEOjY5ODFFRjA5IiwidmlzaXRvcl9pZCI6IjcyMTczMTIyODIyMjQ4NDIzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | af3aac70eb39cb40b715416c84135ad90fbcd8ce8747860bde81bd1b2da2468f |
| hovercard-subject-tag | issue:2888051239 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Visual-Code-Space/AndroidIDE/14/issue_layout |
| twitter:image | https://opengraph.githubassets.com/80c15c0707bbb80acb397e6822744cfe4a574cd5904aacf9be03acb4f9892b8e/Visual-Code-Space/AndroidIDE/issues/14 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/80c15c0707bbb80acb397e6822744cfe4a574cd5904aacf9be03acb4f9892b8e/Visual-Code-Space/AndroidIDE/issues/14 |
| og:image:alt | Issue Checklist I confirm that this issue is not a duplicate and hasn't been reported before. I agree to follow the project's code of conduct. I have checked and verified that I am using the latest... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | KonerDev |
| hostname | github.com |
| expected-hostname | github.com |
| None | ebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801 |
| turbo-cache-control | no-preview |
| go-import | github.com/Visual-Code-Space/AndroidIDE git https://github.com/Visual-Code-Space/AndroidIDE.git |
| octolytics-dimension-user_id | 129018176 |
| octolytics-dimension-user_login | Visual-Code-Space |
| octolytics-dimension-repository_id | 867002997 |
| octolytics-dimension-repository_nwo | Visual-Code-Space/AndroidIDE |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 387801795 |
| octolytics-dimension-repository_parent_nwo | AndroidIDEOfficial/AndroidIDE |
| octolytics-dimension-repository_network_root_id | 387801795 |
| octolytics-dimension-repository_network_root_nwo | AndroidIDEOfficial/AndroidIDE |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ac4541b58a15c144d6ed4fc868b9ea4bb99bb4b6 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width