我正在努力应对,并尝试在我的应用程序中包含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)
它似乎与某些丢失的文件有关。我不知道该怎么办,也找不到任何解决方案! 任何帮助表示赞赏。 :)
答案 0 :(得分:0)
我刚刚重新安装了Android SDK,一切正常。在我发布此问题的github问题上发布了答案。如果需要此链接,请参见以下链接: suppress
答案 1 :(得分:0)
android.jar
文件必须损坏或丢失。
根据您的api级别从.jar
下载并粘贴https://github.com/Sable/android-platforms
文件。
通常,您无需重新启动。如果不起作用,请重新启动并重试