下载此文档

Android软件开发.pdf


文档分类:IT计算机 | 页数:约24页 举报非法文档有奖
1/24
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/24 下载此文档
文档列表 文档介绍
Freescale Semiconductor Document Number: AFAQ
Rev. 0, 01/2016
Android™ Frequently Asked
Questions
1 How do I configure the
build information?
For every build, define a BUILD ID and BUILD NUMBER.
In the release package, the BUILD_ID is defined as the
Freescale internal release build number and the
BUILD_NUMBER is defined as the Freescale internal release
date. Customize them in under myandroid/
device/fsl/xxxx/, where "xxxx" is the board name
of the product.
The following is an example to update the BUILD_ID for the
6DualQuad/6DualLite SABRE-SD board:
diff --git a/sabresd_6dq/ b/
sabresd_6dq/
index 446344e..ab631fc 100644
--- a/sabresd_6dq/
+++ b/sabresd_6dq/
@@ -18,5 +18,5 @@
# (like "CRB01"). It must be a single word,
and is
# capitalized by convention.
-export BUILD_ID=-ga-rc3
+export BUILD_ID=-ga-rc4
export BUILD_NUMBER=20150929
© 2016 Freescale Semiconductor, Inc.
How do I download the Android source code behind a firewall?
2 How do I download the Android source code behind a
firewall?
If you have an HTTPS proxy and your firewall supports socks, perform the following steps:
1. Install Dante, which is a socks client.
$ sudo apt-get install dante-client
2. Configure Dante by adding below lines into /etc/.
route {
from: to: . via: DNS_OR_IP_OF_YOUR_SOCKS_SERVER port =
PORT_OF_YOUR_SOCKS_SERVER
proxyprotocol: socks_v5
} resolveprotocol: fake
3. Set the environment variable for HTTP proxy and socks.
$ export https_proxy=...
$ export SOCKS_USER=...
$ export SOCKS_PASSWD=...
4. Download Android code from Google.
$ curl https://dl--repo/repo > ~/bin

Android软件开发 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数24
  • 收藏数0 收藏
  • 顶次数0
  • 上传人陈潇睡不醒
  • 文件大小372 KB
  • 时间2021-03-21