Difference between revisions of "AndroidCompile"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
  apt-get install eclipse
 
  apt-get install eclipse
  
And run it, at least once.
+
And run it, at least once, and then quit.
 +
 
 +
==== ADT ====
 +
 
  
 
=== Android SDK ===
 
=== Android SDK ===
Line 16: Line 19:
 
Go to [http://developer.android.com/sdk/index.html Android SDK page] and download android-sdk_r10-linux_x86.tgz.
 
Go to [http://developer.android.com/sdk/index.html Android SDK page] and download android-sdk_r10-linux_x86.tgz.
  
Decompress into
+
Decompress into ''android'', and run tools/android.

Revision as of 20:56, 27 April 2011

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

SDK and NDK installation

Eclipse

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

apt-get install eclipse

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

ADT

Android SDK

Create a working directory android.

Go to Android SDK page and download android-sdk_r10-linux_x86.tgz.

Decompress into android, and run tools/android.