Skip to content

Commit

Permalink
Update ReadMe.md, rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed May 4, 2017
1 parent 7e3bac6 commit 4c5a6f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md → ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ git clone https://github.com/EXL/Snooder21 Snooder21Android

```sh
cd ~/Deploy/Snooder21Android/
ANDROID_HOME="/opt/android/android-sdk/" ./gradlew assembleDebug
ANDROID_HOME="/opt/android-sdk/" ./gradlew assembleDebug
```

* Install Snooder 21 APK-package on your Android device via adb;

```sh
cd ~/Deploy/Snooder21Android/
/opt/android/android-sdk-linux/platform-tools/adb install -r snooder21/build/outputs/apk/snooder21-debug.apk
/opt/android-sdk/platform-tools/adb install -r snooder21/build/outputs/apk/snooder21-debug.apk
```

* Run and enjoy!

You can also import this project in your favorite IDE: Eclipse or Android Studio and build the APK-package by using these programs.
You can also open this project in Android Studio IDE and build the APK-package by using this program.

## More information

Expand Down
File renamed without changes.

0 comments on commit 4c5a6f8

Please sign in to comment.