-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Android build not including capacitor plugins #7660
Comments
This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed. |
Probably due to NPM packages is installed with Bun or PNPM. Since these use symlink, not a real files in node_modules. |
Hi, I just hit a similar issue and I realized that the folder capacitor/android-template/.gitignore Line 93 in 5bd8551
capacitor/android-template/.gitignore Line 27 in 5bd8551
I don't know if it helps or is related at all but I feel like it is a bit too much of a confidence that your build is lacking the exact plugin folder that is on the gitignore list |
Closing since the provided repository is not accessible |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Capacitor Version
[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted.
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
[success] iOS looking great! 👌
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
The app successfully builds and i am able to navigate around a few of the account creation and sign up pages however when i try to log in or create an account ( the first use case for a capacitor plugin ie Preferences ) i recieve an error "Preferences is not implemented on android". Similarly, i get the same error with any other capacitor such as browser or camera. I've run the normal commands for this process such as sync and copy. I should note that the iOS version works as expected with no issue.
Expected Behavior
Obviously these packages should be converting and working as expected in the android build.
Project Reproduction
https://github.com/miware-org/micard-next-capacitor/tree/android
Additional Information
No response
The text was updated successfully, but these errors were encountered: