问题
Execution failed for task ':app:lintVitalRelease'.
Could not resolve all artifacts for configuration ':app:profileRuntimeClasspath'.
Failed to transform libs.jar to match attributes {artifactType=processed-jar, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.
解决方法
run :
flutter build apk --profile
then
flutter build apk --release
solves the issue.
网友评论