与Flutter中的Jar文件相关的生成错误

时间:2019-06-11 07:38:24

标签: android sdk

我正在努力应对,并尝试在我的应用程序中包含map_view。但我有一个构建错误:

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':map_view:androidApis'.
> Failed to transform file 'android.jar' to match attributes {artifactType=android-platform-attr} using transform PlatformAttrTransform
   > java.io.FileNotFoundException: C:\Users\Harsh Goyal\AppData\Local\Android\sdk\platforms\android-27\android.jar (The system cannot find the file specified)

它似乎与某些丢失的文件有关。我不知道该怎么办,也找不到任何解决方案! 任何帮助表示赞赏。 :)

2 个答案:

答案 0 :(得分:0)

我刚刚重新安装了Android SDK,一切正常。在我发布此问题的github问题上发布了答案。如果需要此链接,请参见以下链接: suppress

答案 1 :(得分:0)

android.jar文件必须损坏或丢失。

根据您的api级别从.jar下载并粘贴https://github.com/Sable/android-platforms文件。

通常,您无需重新启动。如果不起作用,请重新启动并重试