0

I've just started working with phonegap and android studio, I'm totally beginner I made my first project in phonegap, now I want to add it into android studio, for that purpose I must first add android platform in phonegap project, can someone tell me how?

Connor Pearson
  • 63,902
  • 28
  • 145
  • 142

1 Answers1

2

See Add Platforms.

$ cordova platform add android --save

If you have the phonegap cli installed instead, replace cordova with phonegap.

Connor Pearson
  • 63,902
  • 28
  • 145
  • 142