为什么我不能为 android 构建 firefox?
Why cant I build firefox for android?
我正在尝试使用 this site
上的说明为 android (fennec) 构建 firefox
但是,当我尝试通过站点上的终端命令获取依赖项时,它会指示我键入 "Firefox for Desktop"、"Firefox for Android"、"Firefox for Desktop Artifact Mode" 或 "Firefox for Android Artifact Mode"。但是当我在输入 "Firefox for Android Artifact Mode" 后按回车键时,没有任何反应。我做错了什么?
我是 运行 Ubuntu 16.04 我有 python 2.7.11
./mach bootstrap
的提示显示:
Please choose the version of Firefox you want to build:
- Firefox for Desktop Artifact Mode
- Firefox for Desktop
- Firefox for Android Artifact Mode
- Firefox for Android
[... some other text ...]
Your choice:
您应该键入 3
,而不是 Firefox for Android Artifact Mode
,以安装要求。
我正在尝试使用 this site
上的说明为 android (fennec) 构建 firefox但是,当我尝试通过站点上的终端命令获取依赖项时,它会指示我键入 "Firefox for Desktop"、"Firefox for Android"、"Firefox for Desktop Artifact Mode" 或 "Firefox for Android Artifact Mode"。但是当我在输入 "Firefox for Android Artifact Mode" 后按回车键时,没有任何反应。我做错了什么?
我是 运行 Ubuntu 16.04 我有 python 2.7.11
./mach bootstrap
的提示显示:
Please choose the version of Firefox you want to build:
- Firefox for Desktop Artifact Mode
- Firefox for Desktop
- Firefox for Android Artifact Mode
- Firefox for Android
[... some other text ...]
Your choice:
您应该键入 3
,而不是 Firefox for Android Artifact Mode
,以安装要求。