Project android: A problem occurred configuring root project ‘android’
I’m encountering an issue when opening VSCode to work on my Capacitor project with Angular and Ionic. Every time I open VSCode, I get the following error:
Ionic Capacitor 6, trying to write a file on Android 14 failed
I’m building an Ionic/Angular app for android which has to save some text logs, as a .txt file.
For doing so I’m trying to use @capacitor/filesystem@^6.0.0
. The app is not requesting permissions event requesting them in code…