question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Describe the bug

I am unable to build this app on manjaro linux

Expected behaviour

App should build properly

Steps to reproduce the issue

  1. Clone the repo
  2. Run ./gradlew build
  3. This error appears:
Could not determine the dependencies of task ':app:lintRelease'.
> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
   > Could not resolve project :decoder.
     Required by:
         project :app
      > No matching configuration of project :decoder was found. The consumer was configured to find an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:
          - None of the consumable configurations have attributes.

Technical details

  • Host Machine OS (Windows/Linux/Mac): Manjaro Linux

Possible Fix

Additional context

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
oleksandrsarapulovglcommented, May 17, 2021

To make it compiled - you need to have core repository on the same level as verifier/wallet: https://github.com/eu-digital-green-certificates/dgca-app-core-android

0reactions
andypandy47commented, May 19, 2021

Ah right, sorry I haven’t contributed to a repo before so wasn’t aware I had to create my own fork. Have sorted it now though, PR can be found here

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to build solution after upgrading to the latest VS 2017 ...
The product failed to install the listed workloads and components due to one or more package failures. Incomplete workloads Azure development (Microsoft.
Read more >
Warning: unable to build chain to … | Apple Developer Forums
The error that you are seeing "unable to build chain to self-signed root" means that a certificate being used cannot establish a chain...
Read more >
Unable to build in react native 0.69.1 · Issue #1134 - GitHub
error Failed to install the app. Make sure you have the Android development environment set up: FAILURE: Build failed with an exception. .....
Read more >
Unable to build from Singularity: while parsing definition
But, I am getting the error as: FATAL: Unable to build from Singularity: while parsing definition: Singularity: failed to parse deffile header: ...
Read more >
Common Build Problems - Travis CI Docs
One possible cause for builds failing unexpectedly can be calling set -e (also known as set errexit ), either directly in your .travis.yml...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found