How to open a Cordova (Android) project in Android Studio from the command line? -


i have read how open android studio ide command line.

however question bit more involved.
creating cordova project , adding android platform. done in command line. builds project (generating gradle-friendly android studio-compatible project)

my "problem" in order open project in android studio need open android studio ide followed clicking on import option.

my question is: how open generated android studio project, in android studio, command line.

from app root folder can do

open -a /applications/android\ studio.app/ platforms/android/ 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -