I have great difficulty importing the PhoneGap project into Android Studio. I tried many different ways that I found on many sites, but none of them work.
For example, I created a new project using Cordoba on the command line as follows:
$ cordova create hello com.example.hello "hello_world"
$ cd hello
$ cordova platform add android
(I tried using phoneGap commands instead of cordova, it didn't work either)
Then in Android Studio, I go to the file-> import project, and I tried to select the "hello" directory as well as the "platform / android". none of them worked, Android Studio tells me that this project is not a graddle based project
Other issues that I encountered use various methods found on the Internet:
, - ( :)) , , ,
: