太原网站制作_太原网站建设_太原做网站_秘密武器开发者中心
历史搜索

Ionic解决Could not read build file capacitor/build.gradle as it does notexist.问题

游客2025-01-17 14:30:01

Ionic 项目以前运行的好好的,今天编译 android 突然出现以下报错。

A problem occured configuring project ':capacitor android'.
> Could not read build file '/Users/ado/my/work/h5/ionic_demo/node_modules/@capacitor/android/capacitor/build.gradle' as it does not exist.

* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insigns.

* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occured configuring project ':capacitor android'.<1111 internal calls>
Caused by: org.gradle.api.resource.MissingResourceException: Could not read build file '/Users/ado/my/work/h5/ionic_demo/node_modules/@capacitor/android/capacitor/build.gradle' as it does not exist.
	...107 more

解决办法

首先检查 node_module 中的 android 模块的build.gradle是否存在,如果确实存在,只能重新生成。

  • 删除 node_module 中的@capacitor依赖库。
  • 使用命令npm install @capacitor/core @capacitor/cli重新生成@capacitor目录
  • 在 Android Studio 中关闭项目,返回到 Welcome 的界面。将项目从左侧列表中移除,然后点击右侧的 Open an Existing Project 重新打开项目,再次编译就能正常识别build.gralde了。

Ionic解决Could not read build file capacitor/build.gradle as it does notexist.问题 1

标签:Android

本文是由用户"游客"发布,所有内容的版权归原作者所有。没有经过书面许可,任何单位或个人不得以任何形式复制、转载、引用本网站的内容。否则将追究法律责任。

相关专题