sagrawal31 opened a new issue #551: URL: https://github.com/apache/cordova-cli/issues/551
# Feature Request ## Motivation Behind Feature Opening multiple Cordova Android projects in Android Studio leads to confusion that which project to open because it does not show the name, instead, it shows the path (that too trimmed) and just **android** as shown below-  ## Feature Description While we run the command `cordova platform add android` or whenever we run `cordova platform run android` or `cordova platform build android`, after creating the Android project skeleton in `platform/android`, simply create a new file in `.idea/.name` which can have the name of the project (possibility picked from `config.xml`). Nothing else! Now, when we open this Android project in Android Studio, it can show the name instead of just **android** as shown in the above screenshot. ## Alternatives or Workarounds As of now, we do this via Cordova (or Ionic) hooks but we have to do it for every single project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
