生成 Android App Bundle 時,我得到以下資訊
...\android\capacitor-cordova-android-plugins\src\main\libs (The system cannot find the file specified)
我看了看capacitor-cordova-android-plugins檔案夾,這就是我所擁有的。

有人知道為什么該libs檔案夾不存在嗎?
uj5u.com熱心網友回復:
問題來自我添加到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 目錄,該目錄洗掉了所需的檔案。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/515769.html
上一篇:升級到cordova-android11:插件cordova-plugin-local-notification將不再作業
