-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 8.0.0
@capacitor/core: 8.0.0
@capacitor/android: 8.0.0
@capacitor/ios: 8.0.0
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 8.0.0
@capacitor/android: 8.0.0
@capacitor/core: 8.0.0
Other API Details
Platforms Affected
- iOS
- Android
- Web
Current Behavior
FAILURE: Build failed with an exception.
-
Where:
Settings file 'android/settings.gradle' line: 5 -
What went wrong:
A problem occurred evaluating settings 'android'.
Could not read script 'android/capacitor.settings.gradle' as it does not exist.
Expected Behavior
Build android app successfully
Project Reproduction
https://github.com/billypon/my-app
Additional Information
Here is my procedure:
npm init @capacitor/app
cd my-app
pnpm i @capacitor/android
node_modules/.bin/cap add android
node_modules/.bin/cap build android