capacitor-file-selector
capacitor-file-selector copied to clipboard
Java classes (maybe even ios) are not copied to android
i ran your instructions.
npm install capacitor-file-selector
added this in mainactivity add(FileSelector.class);
But it didnt recongnize the class so I checked my plugins and capacitor projects and there is nothing from your install getting copied over. I would expect to see your java class next to all my other plugins but i dont see it.
Make sure you npx cap sync after doing the npm install and then in Android Studio, try File > Invalidate Caches/Restart > Invalidate and Restart.