簡體   English   中英

Ionic & Capacitor -...\android\capacitor-cordova-android-plugins\src\main\libs(系統找不到指定的文件)

[英]Ionic & Capacitor - ...\android\capacitor-cordova-android-plugins\src\main\libs (The system cannot find the file specified)

當生成 Android App Bundle 時,我得到以下信息

 ...\android\capacitor-cordova-android-plugins\src\main\libs (The system cannot find the file specified)

我看了一下capacitor-cordova-android-plugins文件夾,這就是我所擁有的。

在此處輸入圖像描述

有人知道為什么libs文件夾不存在嗎?

問題來自我添加到我的Fastfile配置中的代碼。

platform :android do
  desc "Build the app and send it to Google Play for testing"

  before_all do
    gradle(
      task: "clean",
      project_dir: 'android/'
    )
  end

  lane :build do

我正在清理 android 目錄,該目錄刪除了所需的文件。

暫無
暫無

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

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