Files
Chat/BeWoPlanerChat/bewoplaner-chat-android
staccatomamba 2b3c6545f7 .
2017-11-04 20:24:20 +01:00
..
.
2017-11-04 20:24:20 +01:00
2017-10-27 00:11:25 +02:00
2017-09-27 15:52:52 +02:00
2017-10-27 00:11:25 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00

Project installation

To install the project you have to follow the next steps:

  1. Instal Android Studio and add the Android SDK in path:

    https://developer.android.com/studio/index.html

  2. Instal Java and add Java in path:

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

  3. Clone the project from your repository:

    git clone https://bitbucket.org/p3-group/bewoplaner-chat-android.git

  4. Manually import project in Android Studio:

     File->New->Import Project->bewoplaner folder
    
  5. 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