美文网首页
flutter release apk error :Execu

flutter release apk error :Execu

作者: Android_开发工程师 | 来源:发表于2021-03-05 13:53 被阅读0次

    问题

    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.
    
    

    相关文章

      网友评论

          本文标题:flutter release apk error :Execu

          本文链接:https://www.haomeiwen.com/subject/jpmrqltx.html