I am trying to create a Cordova project. After creating the project cordova create myProject
I would like to open it in Android Studio. The problem is ... it do
We have some troubles on importing Ionic project to android studio because we have add android platform with SUDO command, and because of it, android studio dont have access privileges to read files.
In my case just do sudo chmod -Rf 777 ionicFolder
android studio can import project successful.
I hope this help some one with this problem.