Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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