嘿,我尝试运行一个项目,但它一直显示android.jar丢失。我该怎么办?
Launching lib\main.dart on SM G970F in debug mode...
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':app:processDebugResources'.
> File 'C:\Users\adamr\AppData\Local\Android\sdk\platforms\android-28\android.jar' specified for property 'androidJar' does not exist.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 12s
答案 0 :(得分:0)
您的Android SDK似乎有问题。尝试转到Android Studio,检查是否已安装所有必需的SDK,必须运行flutter doctor -v
的时间才能向您显示。
如果Flutter Doctor很好,那么我建议您卸载当前的android SDK并重新安装。
答案 1 :(得分:0)
当平台SDK缺少android.jar
文件时,就会发生此问题。
从android.jar
下载https://github.com/Sable/android-platforms
文件并将其粘贴到您的Plateform SDK目录中。
它解决了我的Linux
中的问题。我确定它也可以在Windows
上使用✌️。