I’ve created a project with cli. Then I try to run
framework7 cordova platform add android
And I get an error:
Looks like cordova project is not set up
I’ve created a project with cli. Then I try to run
framework7 cordova platform add android
And I get an error:
Looks like cordova project is not set up
Вы не выбрали Cordova при создании проекта
If you haven’t selected Cordova project on F7 project creation then it won’t work. You will need to manually create and setup cordova project
Or create another F7 project with selected cordova and same config as previous one. And copy cordova
, build
folders from new one to your current project.
And package.json
file
Okay, buggy cli.
I had to use Space instead of Enter when selecting cordova app.