Elton Jamie
Elton Jamie

Reputation: 584

Current Working Directory is not Cordova-based project

Below is the exact command I did but not sure why I was unable to add android platform using the command 'cordova platform add android'

enter image description here

Upvotes: 0

Views: 1551

Answers (1)

AtanuCSE
AtanuCSE

Reputation: 8940

Do this

cordova create folder_name com.company_name.someid "App Name"

Folder name without space.(I'm not sure it'll work with space or not)

Then

cd folder_name

cordova platform add android

Upvotes: 3

Related Questions