海思HI3751_Android解决方案 开发指南

本文档主要介绍海思HI3751 Android 智能电视解决方案的功能和使用方法。

1.1 Android 开发环境要求操作系统:64 位 Ubuntu 10.04 或 Ubuntu 12.04 
硬盘空间:最小 100GB 
Python 版本:2.4~2.7 
Andorid4.4 需要 JDK 版本 1.6, Android5.0 需要 JDK 版本为 1.7 
交叉编译工具链:arm-hisiv200-linux- 

1.2 开发环境搭建
1.2.1 自动化配置
在“发布包/Software/ServerInstall”目录中,我们提供了安装系统环境和交叉编译工具
的自动化脚本:ServerInstall.sh,需要用 root 用户,在脚本所在目录执行此脚本来进行
自动化配置: 
Software/ServerInstall$sudo ./ServerInstall.sh 

1.2.2 手动安装
步骤 1 添加更新源。 
确保能连接上互联网,添加安装源。 
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardy main multiverse" 
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardyupdates main multiverse" 或者编辑 sources.list: 
vim /etc/apt/sources.list 
在 sources.list 文件尾部添加如下内容并保存: 
deb http://archive.ubuntu.com/ubuntu hardy-updates main multiverse 

猜你喜欢

转载自blog.csdn.net/qq_42792038/article/details/103890436