Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected error output: Error relocating /lib/ld-linux-x86-64.so.2: unsupported relocation type 37 #4

Open
abhishekchakraborty90 opened this issue Feb 15, 2023 · 0 comments

Comments

@abhishekchakraborty90
Copy link

abhishekchakraborty90 commented Feb 15, 2023

yml file -

name: CI for WeCarryBags/CB01Android

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

  - name: Run Gradle command
    uses: Raul6469/[email protected]
    with:
      # The gradle command you wish to run (required)
      script: build

Error/ stack trace -

Task :app:processDebugManifestForPackage
AAPT2 aapt2-7.4.1-8841542-linux Daemon #0: Unexpected error output: Error relocating /lib/ld-linux-x86-64.so.2: unsupported relocation type 37

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:processDebugResources'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
78
Failed to transform appcompat-1.6.1.aar (androidx.appcompat:appcompat:1.6.1) to match attributes {artifactType=android-compiled-dependencies-resources, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.

Please check - https://github.com/WeCarryBags/CB01Android/actions/runs/4188964758/jobs/7260731901

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant