capacitor-file-selector icon indicating copy to clipboard operation
capacitor-file-selector copied to clipboard

Java classes (maybe even ios) are not copied to android

Open tellybrown opened this issue 5 years ago • 1 comments

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.

tellybrown avatar Nov 11 '20 05:11 tellybrown

Make sure you npx cap sync after doing the npm install and then in Android Studio, try File > Invalidate Caches/Restart > Invalidate and Restart.

shaifulborhan avatar Nov 26 '20 09:11 shaifulborhan