Skip to content

Commit

Permalink
Merge pull request #11854 from santaSJ/update-README.android
Browse files Browse the repository at this point in the history
[docs] Update README.android
  • Loading branch information
wsnipex committed Mar 23, 2017
2 parents 5ad6cea + db414ad commit bae219a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/README.android
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These are the minimum packages necessary for building Kodi.
Non-Ubuntu users will need to get the equivalents.

$ sudo apt-get install build-essential default-jdk git curl autoconf \
unzip zip zlib1g-dev gawk gperf cmake
unzip zip zlib1g-dev gawk gperf cmake libcurl4-openssl-dev

If you run a 64bit operating system you will also need to get ia32-libs

Expand Down Expand Up @@ -235,13 +235,16 @@ Rinse and repeat until you are really done and all libs are built.
--------------------------------------------------------------------

$ cd $HOME/kodi-android
$ make -C tools/depends/target/xbmc
$ make -C tools/depends/target/cmakebuildsys
$ cd build
$ make
$ make apk

After the first build (assuming bootstrap and configure are successful),
subsequent builds can be run with a simple 'make' and 'make apk'.

The built APK will be present in $HOME/kodi-android

-----------------------------------------------------------------------------
6. Installing Kodi in an Android system
-----------------------------------------------------------------------------
Expand All @@ -261,9 +264,9 @@ device's Android settings:
- Applications
[X] Unknown sources

$ cd $HOME/kodi-android/tools/android/packaging
$ cd $HOME/kodi-android
$ adb devices
$ adb -s <device-id> install -r images/xbmcapp-debug.apk
$ adb -s <device-id> install -r xbmcapp-debug.apk

The <device-id> can be retrieved from the list returned by the
"adb devices" command and is the first value in the row representing
Expand Down

0 comments on commit bae219a

Please sign in to comment.