How to start an Android Studio project directly from the Finder?

How to open an Android Studio project from Finder? I see the list of files below. Can I double-click one of them to open it in Android Studio?

enter image description here

+4
source share
2 answers

Sorry, but there is no one-click run solution that I expect you have with some IDEs like Visual Studio or CodeBlocks.

All you have to do is open your Android studio and then import the project.


EDIT: I already ran an Android project in Android Studio using Terminal(using Ubuntu 14.04LTS). This is my complete command:

 ./android/android-studio/bin/studio.sh workspace/Android/glucosio-android/

We hope you find this helpful.

+3

, Android.

finder. :

Android Studio "" → "... → " "

+2

Source: https://habr.com/ru/post/1623833/


All Articles