After creating the Cordova project successfully using the command line, I import the project (projectname/platforms/android) into Android Studio(1.1). However, I encounter CordovaActivity not found error in the MainActivity Java file.
How can I fix the issue to let the project recognise the Cordova library?
I have tried importing the Cordovalib as a module but it does not work. It says the lib is already included.