`
h416756139
  • 浏览: 365906 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

[ANDROID 問題] 64-BIT ENVIRONMENT REQUIRED WHEN CHECKING BUILD TOOL VERSIONS

阅读更多

出现如下问题:

Checking build tools versions...
build/core/main.mk:72:
************************************************************
build/core/main.mk:73: You are attempting to build on a 32-bit
system.

build/core/main.mk:74: Only 64-bit build environments are supported
beyond froyo/2.2.
build/core/main.mk:75:
************************************************************

 

解决方法:

1、找到源码下的build/core/main.mk

 

 ifeq ($(BUILD_OS),linux)

build_arch := $(shell uname -m) 
ifneq (64,$(findstring 64,$(build_arch))) //这是原来的,删除
ifneq (i686,$(findstring i686,$(build_arch)))//这是删除上一行后在原位置上新增的一行
$(warning
************************************************************)
$(warning You are attempting to build on a 32-bit system.)
 $(warning Only 64-bit build environments are supported beyond
froyo/2.2.)


2、在Android源码中找到以下四个文件并打开:

external/clearsilver/cgi/Android.mk
external/clearsilver/java-jni/Android.mk
external/clearsilver/util/Android.mk
external/clearsilver/cs/Android.mk


找到:
LOCAL_CFLAGS    和    LOCAL_LDFLAGS   

改成:
LOCAL_CFLAGS += -m32
LOCAL_LDFLAGS += 
-m32

这样就可以了!

 

分享到:
评论

相关推荐

    Git-2.21.0-64-bit.zip

    Git-2.21.0-64 for windows Git 2.23 Release Notes ====================== Updates since v2.22 ------------------- Backward compatibility note * The "--base" option of "format-patch" computed the ...

    Sigrity-OptimizePI-PDN Impedance Checking Tutorial.rar

    Sigrity-OptimizePI-PDN Impedance Checking Tutorial.rar 本教程介绍如何使用OptimizePI执行PDN阻抗检查。 PDN阻抗检查是一个专用的工作流程,用于快速验证设备的PDN阻抗是否符合目标阻抗,以及PDN是否具有可能导致...

    BURNINTEST--硬件检测工具

    - New build of Rebooter (64-bit Windows correction). - Clarifications in the help file. Release 5.3 build 1012 WIN32 release 17 October 2007 - Changed the Standard Network Test, "Test all available ...

    Android代码-Delta Chat

    When checking out deltachat-android, make sure also to check out the subproject deltachat-core: When using Git, you can do this initially by $ git clone --recursive ...

    evaluation-methods-for-image-quality-checking.rar_evaluation

    the uation techniques for an enhanced image

    p6718715_10203_AIX64-5L

    IBM AIX Based Systems (64-bit) IBM RS 6000 AIX 5L HACMP 5.4 and above. Symptoms Rootpre.sh was run. Output of rootpre.sh shows below message: Checking if group services should be configured.... ...

    Android代码-Webrtc-for-Android

    Make sure gclient is checking out tools necessary to target Android: your .gclient file should contain a line like: target_os = ['android', 'unix'] Make sure to re-run gclient sync after adding this ...

    base64-arraybuffer:将base64数据编码解码为ArrayBuffers

    base64-arraybuffer 将base64数据编码/解码为ArrayBuffers 入门 使用以下命令安装模块: npm install base64-arraybuffer 原料药 该库在与ArrayBuffers之间对base64进行编码和解码 encode(buffer) -将ArrayBuffer...

    threejs-impact-checking.7z

    标题 "threejs-impact-checking.7z" 暗示了一个使用Three.js库开发的JavaScript项目,可能是一个关于碰撞检测的小游戏。Three.js是一个流行的JavaScript库,专门用于在Web浏览器中创建3D图形,它提供了丰富的功能,...

    Baier, Katoen - 2008 - Principles of Model Checking.pdf

    The book begins with the basic principles for modeling concurrent and communicating systems, introduces different classes of properties (including safety and liveness), presents the notion of fairness...

    Android代码-GitHub Jobs

    GitHub-Jobs Android app for checking jobs.github.com

    ICS delphixe10源码版

    .\Samples\delphi\BroswerDemo Delphi Win32/Win64 Web Browser sample application (all Delphi versions) .\Samples\delphi\BroswerDemo\Resources Resource file, web pages and movie linked into browser demo ...

    hadoop-native-lib-x64-2.7.3.tar.gz

    Native library checking: hadoop: true /taidl/hadoop/lib/native/libhadoop.so zlib: true /lib64/libz.so.1 snappy: true /taidl/hadoop/lib/native/libsnappy.so.1 lz4: true revision:99 bzip2: false openssl...

    DELPHI6帮助文件-中英文对照

    Operations return a value of type Int64 only when performed on an Int64 operand. Hence the following code produces incorrect results. var I: Integer; J: Int64; ... I := High(Integer); J :...

    Course-registration-Result-checking-system-:这样做的目的是减轻高校中手动课程注册和结果检查方法的压力

    【标题】中的“Course-registration-Result-checking-system”是一个典型的高等教育管理系统的名称,旨在通过自动化流程来优化高校的课程注册及成绩查询工作。这个系统的主要目标是减轻教务部门手动处理此类事务的...

    gcc4.8.5离线安装rpm包含依赖

    COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --...

    No package 'orocos-bfl' found

    在使用新的ros导航包的时候,会提示-- Checking for module 'orocos-bfl' -- No package 'orocos-bfl' found CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message): A required package...

    EurekaLog_7.5.0.0_Enterprise

    Later is supported when map2dbg.exe tool is placed in \Bin folder of EurekaLog installation (separate download is required) 5)....Added: Exception2HRESULT in EAppDLL to simplify developing DLLs with ...

    threejs-impact-checking_html+css_javascript_guidewdj_ThreeJS_

    【标题】"threejs-impact-checking_html+css_javascript_guidewdj_ThreeJS_" 提供的信息表明,这个项目是关于使用Three.js库创建一个HTML5应用,涉及到碰撞检测功能。Three.js是一个流行的JavaScript库,专门用于在...

    Bochs - The cross platform IA-32 (x86) emulator

    - When x86-64 support is compiled in, you could enable/disable long mode 1G pages support without recompile using new CPUID option in .bochsrc. Configure options: --enable-mmx, --enable-sse, --...

Global site tag (gtag.js) - Google Analytics