it-dgc-verificaC19-android
it-dgc-verificaC19-android copied to clipboard
Not able to import project
Hi, I am not able to import the project and build id. Can anyone help me to do that. Please tell the steps to import the project. Do I need to also import dgca-app-core-android ? How should I do it ?
Thank you
@shaheen7007 yes you need the following structure:
android-app
|___dgca-verifier-app-android
|___dgca-app-core-android
|___dgc-certlogic-android
I'm going to update README file accordingly.
Let me know if it works for you!
I too receive the following errors:
$ ./gradlew build
...
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
> Could not resolve project :dgc-sdk.
Required by:
project :app
> No matching configuration of project :dgc-sdk 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.
> 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.
The structure of my project is as follows:
$ cd it-dgc-verificaC19-android/
$ ls -a1
.
..
app
appConfig.json
azure-pipeline.yml
build.gradle
buildSrc
CODE_OF_CONDUCT.md
CODEOWNERS
codestyle
CONTRIBUTING.md
dgca-app-core-android
dgca-verifier-app-android
dgc-certlogic-android
dgc-sdk
.git
.github
.gitignore
gradle
.gradle
gradle.properties
gradlew
gradlew.bat
.grenrc.js
.header-config.json
.idea
LICENSE
logo.png
metadata
NOTICE
publiccode.yml
README.md
release-pipeline.yaml
screenshots
SECURITY.md
settings.gradle
templates
THIRD-PARTY-NOTICES
Same situation here, any ypdate on issue ?
android-app |___it-dgc-verificaC19-android |___dgca-app-core-android |___it-dgc-verificac19-sdk-android
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.