-
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
Unable to inject Capacitor, Plugins won't work #1572
Comments
Can you provide a little more information? like what steps did you follow A sample app would be helpful |
Of course, its a vue app, so the type in ionic config is custom. Heres the app: |
Yeah, Capacitor injects itself into html files searching for the head tag, but it's trying to inject itself into json files too showing that error message. Will fix it. |
Thanks, but I've already sent it. |
I am facing this issue, what is the workaround? |
Should be a harmless message as it happens when it tries to inject itself to json or other type of files. Unless you plugins don't work, in that case create a new issue and provide more information. |
Thanks @jcesarmobile , I opened a new issue. |
Description of the problem:
Hey, I just got started with capacitor, and Im getting this error on the Android studio console when running the app:
E/Capacitor: Unable to inject Capacitor, Plugins won't work
Is it normal?
Affected platform
OS of the development machine
Other information:
Capacitor version:
4.12
node version:
10.15
npm version:
6.9
CocoaPods version:
Steps to reproduce:
Link to sample project:
The text was updated successfully, but these errors were encountered: