René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5aa22be5-c428-994a-cefc-6b2d2169f803
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCAE6:172A29:128395:1966ED:6981EF09
html-safe-nonce9563ed445312ffa8ad0e5d96d2f13096c57744c8b27c883f861b168b27cf2640
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUU2OjE3MkEyOToxMjgzOTU6MTk2NkVEOjY5ODFFRjA5IiwidmlzaXRvcl9pZCI6IjcyMTczMTIyODIyMjQ4NDIzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacaf3aac70eb39cb40b715416c84135ad90fbcd8ce8747860bde81bd1b2da2468f
hovercard-subject-tagissue:2888051239
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Visual-Code-Space/AndroidIDE/14/issue_layout
twitter:imagehttps://opengraph.githubassets.com/80c15c0707bbb80acb397e6822744cfe4a574cd5904aacf9be03acb4f9892b8e/Visual-Code-Space/AndroidIDE/issues/14
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/80c15c0707bbb80acb397e6822744cfe4a574cd5904aacf9be03acb4f9892b8e/Visual-Code-Space/AndroidIDE/issues/14
og:image:altIssue 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameKonerDev
hostnamegithub.com
expected-hostnamegithub.com
Noneebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801
turbo-cache-controlno-preview
go-importgithub.com/Visual-Code-Space/AndroidIDE git https://github.com/Visual-Code-Space/AndroidIDE.git
octolytics-dimension-user_id129018176
octolytics-dimension-user_loginVisual-Code-Space
octolytics-dimension-repository_id867002997
octolytics-dimension-repository_nwoVisual-Code-Space/AndroidIDE
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id387801795
octolytics-dimension-repository_parent_nwoAndroidIDEOfficial/AndroidIDE
octolytics-dimension-repository_network_root_id387801795
octolytics-dimension-repository_network_root_nwoAndroidIDEOfficial/AndroidIDE
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseac4541b58a15c144d6ed4fc868b9ea4bb99bb4b6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues/14#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FVisual-Code-Space%2FAndroidIDE%2Fissues%2F14
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FVisual-Code-Space%2FAndroidIDE%2Fissues%2F14
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Visual-Code-Space%2FAndroidIDE
Reloadhttps://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues/14
Reloadhttps://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues/14
Reloadhttps://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues/14
Visual-Code-Space https://patch-diff.githubusercontent.com/Visual-Code-Space
AndroidIDEhttps://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE
AndroidIDEOfficial/AndroidIDEhttps://patch-diff.githubusercontent.com/AndroidIDEOfficial/AndroidIDE
Please reload this pagehttps://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues/14
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FVisual-Code-Space%2FAndroidIDE
Fork 26 https://patch-diff.githubusercontent.com/login?return_to=%2FVisual-Code-Space%2FAndroidIDE
Star 100 https://patch-diff.githubusercontent.com/login?return_to=%2FVisual-Code-Space%2FAndroidIDE
Code https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE
Issues 10 https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues
Pull requests 0 https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/pulls
Actions https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/actions
Projects 0 https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/projects
Wiki https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/wiki
Security 0 https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/security
Insights https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/pulse
Code https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE
Issues https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues
Pull requests https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/pulls
Actions https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/actions
Projects https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/projects
Wiki https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/wiki
Security https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/security
Insights https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Visual-Code-Space/AndroidIDE/issues/14
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Visual-Code-Space/AndroidIDE/issues/14
Android resource linking failed (Failed to load include path)https://patch-diff.githubusercontent.com/Visual-Code-Space/AndroidIDE/issues/14#top
bugSomething isn't workinghttps://github.com/Visual-Code-Space/AndroidIDE/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/KonerDev
https://github.com/KonerDev
KonerDevhttps://github.com/KonerDev
on Feb 28, 2025https://github.com/Visual-Code-Space/AndroidIDE/issues/14#issue-2888051239
ebf0f81https://github.com/Visual-Code-Space/AndroidIDE/commit/ebf0f81984c96d8b1537df4d9c068a6771ae6787
bugSomething isn't workinghttps://github.com/Visual-Code-Space/AndroidIDE/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.