锘??xml version="1.0" encoding="utf-8" standalone="yes"?> If you meet following errors below when you try to build your source code: 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: ************************************************************ Don’t panic, just change the code: 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))) and change the code in four mk files below from “+=-m64” to “+=-m32” external/clearsilver/cgi/Android.mk external/clearsilver/java-jni/Android.mk external/clearsilver/util/Android.mk external/clearsilver/cs/Android.mk LOCAL_CFLAGS += -m32 LOCAL_LDFLAGS += -m32 end.
褰撳墠鐗堟湰錛?.04.
榪樻槸涓狾pen Source鐨勶紝鏀瑰ぉ涓瀹氳濂藉ソ瑙傛懇涓鐣殑銆?/div>
]]>