0

I have cordova project and it's without a folder for platforms , (android)

screenshot from my project

i want to export the android folder (src,res,assets,....) to import it to eclipse or android studio and export the apk file

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
  • When you get the message that says to add more detail, then do that. Don't add random text. – OneCricketeer Jul 31 '16 at 20:09
  • Possible duplicate of [Import Cordova project in Android Studio](http://stackoverflow.com/questions/24936689/import-cordova-project-in-android-studio) – OneCricketeer Jul 31 '16 at 20:10
  • Install `cordova` and run the following command line in the root of your Cordova project: `cordova build android`. If you haven't added Android as a platform, you'll need to run `cordova platform add android --save` first. I would probably also swing by the official docs here: https://cordova.apache.org/docs/en/latest/guide/cli/index.html – Darwind Jul 31 '16 at 20:13

0 Answers0