簡體   English   中英

Flutter 運行錯誤 - 任務“:app:processDebugResources”執行失敗

[英]Flutter Run Error - Execution failed for task ':app:processDebugResources'

我正在嘗試在 Andiord 中構建我的 Flutter 移動應用程序,當我運行 flutter 時出現以下錯誤

Execution failed for task ':app:processDebugResources'.
> com.google.common.util.concurrent.Futures.addCallback(Lcom/google/common/util/concurrent/ListenableFuture;Lcom/google/common/util/concurrent/FutureCallback;)V

我試過 flutter 干凈,我有最新版本的 flutter 並且我在穩定頻道上。 我還進行了小狗升級並遷移到 AnndriodX,flutter 醫生一切正常,似乎沒有任何效果。

我有

  • compileSdkVersion 28
  • minSdkVersion 16
  • targetSdkVersion 28

並拋出新的GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")

我更新了 Andirod Studio 似乎解決了這個問題

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM