Skip to content

konishi-t/Rocket.Chat.Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket.Chat Android native application

CircleCI Build Status Codacy Badge

Get it from Google Play

Rocket.Chat on Google Play

How to build

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
(> gradlew assembleDebug on Windows)

How to send APK to device

The following steps are only needed if running via command line. They are not needed if you are building via Android Studio.

Ensure that ADB recognizes your device with $ adb devices.

If a single device exists, install via $ adb install /path/to/apk.apk.

Assuming you used Gradle like earlier, the file will be called module_name-debug.apk in project_name/module_name/build/outputs/apk/.

Alternatively, you can simply run $ ./gradlew installDebug (> gradlew installDebug on Windows) to build, deploy, and debug all in a single command.

Bug report & Feature request

Please report via GitHub issue :)

Coding Style

Please follow our coding style when contributing.

About

Rocket.Chat Native Android Application

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 81.2%
  • Kotlin 18.8%