The Android NDK need use linux,i chose to use x64 Ubuntu.
I downloaded the Server Ubuntu version from here. The Link:http://www.ubuntu.com/download/server
The installation steps are not written.Installation system is complete, the next thing you need to do.

1.Install Gnome interface:
sudo apt-get install ubuntu-desktop

Need to wait for a few minutes.Download 2000mb content)

2.Remove redundant components:

sudo apt-get remove libreoffice-common

sudo apt-get remove unity-webapps-common

sudo apt-get remove thunderbird

sudo apt-get remove onboard deja-dup

sudo apt-get remove totem rhythmbox empathy brasero simple-scan

sudo apt-get remove webbrowser-app landscape-client-ui-install

To execute the command)

3.
Install necessary components:

sudo apt-get install vim

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java8-installer

sudo add-apt-repository ppa:webupd8team/sublime-text-3

sudo apt-get update

sudo apt-get install sublime-text

sudo apt-get install git

(To execute the command)


NOTE:The implementation of the above steps, just to get a pure Linux system.This part is universal.


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)HAL开发
  2. 安卓开发学习笔记
  3. 【Android】Android和PHP开发最佳实践完
  4. android的edittext怎么设置不默认被选中,
  5. 为Android内核添加新驱动,并添加到menucon
  6. Android之Animation
  7. android ndk 使用第三方静态库
  8. No IDEA annotations attached to the JD
  9. android中Message机制的灵活应用
  10. android开发积累4-android使用HttpURLCon