Difference between revisions of "AndroidCompile"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 26: Line 26:
 
# Ok, and quit Eclipse.
 
# Ok, and quit Eclipse.
  
 +
See [http://developer.android.com/sdk/eclipse-adt.html#troubleshooting extra information here].
  
See [http://developer.android.com/sdk/eclipse-adt.html#troubleshooting extra information here].
 
  
 
== Android SDK ==
 
== Android SDK ==
Line 38: Line 38:
  
 
You can have [http://developer.android.com/sdk/installing.html more details], if needed.
 
You can have [http://developer.android.com/sdk/installing.html more details], if needed.
 +
  
 
== Android NDK ==
 
== Android NDK ==

Revision as of 21:10, 27 April 2011

This page is an introduction to compilation of VLC for Android on Linux.

Eclipse, SDK and NDK installation

Eclipse

As used by your distribution, install eclipse with your package manager:

apt-get install eclipse
yum install eclipse
pacman -S eclipse
...

And run it, at least once, and then quit.

ADT

The ADT is required.

  1. Go to ADT page.
  2. Start Eclipse, then select Help > Install New Software....
  3. Add the "ADT Plugin" repository with https://dl-ssl.google.com/android/eclipse/ as URL
  4. Validate and select the checkbox next to Developer Tools and click Next, Next, Finish.
  5. Restart Eclipse.
  6. Go to Menu > Window > Preferences... and then Android from the left pane.
  7. Point the SDK Location in to your downloaded SDK directory.
  8. Ok, and quit Eclipse.

See extra information here.


Android SDK

  1. Create a working directory android.
  2. Go to Android SDK page and download android-sdk_r10-linux_x86.tgz.
  3. Decompress into android folder.
  4. Run tools/android.
  5. In the tool, install "SDK Platform Android 2.3, API 10", and use follow the instructions.

You can have more details, if needed.


Android NDK

  1. Check that the SDK installation is correct.
  2. Go to Android NDK page.
  3. Download http://dl.google.com/android/ndk/android-ndk-r5b-linux-x86.tar.bz2.
  4. Decompress into android folder, next to your android-sdk-linux_x86 folder.
  5. Profit.


Get VLC Source

Use the VLC git repository to get the source!

git clone git://git.videolan.org/vlc/vlc-android.git