RocketChat / Rocket.Chat.Android

Legacy mobile Rocket.Chat client in Kotlin for Android
https://rocket.chat
MIT License
870 stars 553 forks source link

Building Rocket.Chat Native Android Application #324

Closed atikulhaider closed 7 years ago

atikulhaider commented 7 years ago

Hi, I have successfully installed Rocket.Chat on my CentOS 7 server. It is up & running nicely. I want to build the Native Android app. Although i'm Android newbie, I know I'm able to build it mysely if you please help me a bit :) I have seen your instruction:

Retrolambda needs java8 to be installed on your system

export ANDROID_HOME=/path/to/android/sdk

git clone https://github.com/RocketChat/Rocket.Chat.Android.git cd Rocket.Chat.Android

echo "sdk.dir="$ANDROID_HOME > local.properties

./gradlew assembleDebug

But I don't understand where to start from. If you please help me with the commands to build it on Linux, it would be helpful. Just like some tutorial. I don't understand this line too "Retrolambda needs java8 to be installed on your system".

matheusjardimb commented 7 years ago

Hi @atikulhaider, thanks for getting in touch!

Yep, there's some missing documentation, specially on this 'getting started' moment for new developers. We already have an open issue regarding missing documenation: #272 I'll close this issue and add your request on that one, as a new topic.

In order to solve your last question: