Expand my Community achievements bar.

SOLVED

Error in Flutter project :app:checkDebugAarMetadata'.

Avatar

Level 2

Getting error while building/running flutter app.

 

[ ] FAILURE: Build failed with an exception.
[ +1 ms] * What went wrong:
[ ] Execution failed for task ':app:checkDebugAarMetadata'.
[ ] > Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
[ ] > Could not resolve com.adobe.marketing.mobile:analytics:1.+.
[ ] Required by:
[ ] project :app > project :flutter_acpanalytics
[ ] > Failed to list versions for com.adobe.marketing.mobile:analytics.
[ ] > Unable to load Maven meta-data from https://jcenter.bintray.com/com/adobe/marketing/mobile/analytics/maven-metadata.xml.
[ ] > Could not HEAD 'https://jcenter.bintray.com/com/adobe/marketing/mobile/analytics/maven-metadata.xml'.
[ ] > Read timed out

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Can you check which version of flutter_acpanalytics you have in your pubspect.yaml file?
The latest version should be 

dependencies:
  flutter_acpanalytics: ^2.0.1

Best Regards,

Calise Cheung
Mobile Engineer 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Can you check which version of flutter_acpanalytics you have in your pubspect.yaml file?
The latest version should be 

dependencies:
  flutter_acpanalytics: ^2.0.1

Best Regards,

Calise Cheung
Mobile Engineer