674 B
674 B
Project installation
To install the project you have to follow the next steps:
-
Instal Android Studio and add the Android SDK in path:
-
Instal Java and add Java in path:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
-
Clone the project from your repository:
git clone https://bitbucket.org/p3-group/bewoplaner-chat-android.git
-
Manually import project in Android Studio:
File->New->Import Project->bewoplaner folder -
To run the project on your local environment, run from the project folder
./gradlew clean build //for MAC/Linux gradlew.bat clean build //for Windows