I'd like to change the settings of my Android project so that the source won't be takned from [project_name]/app/src but instead I could set it to be taken from an external folder.
Project structure The reason for that is that I want my src folder to be shared, so I'd like to locate in under my Dropbox folder on my local computer.
Is there a way to change the path of the SRC folder of an android project in Android Studio? (in Eclipse it was possible)
Here is how it's done in Eclipse: http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-45.htm