Difference between revisions of "AndroidCompile"
Jump to navigation
Jump to search
Line 19: | 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 ''android'', and run tools/android. | + | Decompress into ''android'' folder , 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 folder , and run tools/android.