You are attempting to build on a 32-bit system Only 64-bit build environments are supported beyond froyo/2.2
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. repo init -u git://gitorious.org/rowboat/manifest.git -m
rowboat-gingerbread.xml
2. make TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests OMAPES=5.x
What is the expected output? What do you see instead?
It should build fine and need to see my bin in out/ folder
But i saw
target Java: AndroidCommonTests
(out/target/common/obj/APPS/AndroidCommonTests_intermediates/classes)
frameworks/ex/common/tests/src/com/android/common/OperationSchedulerTest.java:19
: cannot access android.content.SharedPreferences
bad class file:
android/content/SharedPreferences.class(android/content:SharedPreferences.class)
unable to access file: corrupted zip file
Please remove or make sure it appears in the correct subdirectory of the
classpath.
import android.content.SharedPreferences;
^
make: ***
[out/target/common/obj/APPS/AndroidCommonTests_intermediates/classes-full-debug.
jar] Error 41
What version of the product are you using? On what operating system?
anand@rowboat-gingerbread:uname -a
Linux anand-desktop 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC
2010 i686 GNU/Linux
Please provide any additional information below.
I know mine is 32bit os. i came across compile-on-32-bit.patch also applied,
but still it fails.
Any thoughts ?
```
Original issue reported on code.google.com by `ananthu8...@yahoo.co.in` on 7 Jun 2011 at 3:02
Attachments:
- [compile-on-32-bit.patch](https://storage.googleapis.com/google-code-attachments/rowboat/issue-107/comment-0/compile-on-32-bit.patch)
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with the listed repo init and make commands on the reported 32-bit Ubuntu system. Inspect compile-on-32-bit.patch alongside the SharedPreferences class-file error. Done means the TARGET_PRODUCT=omap3evm tests build completes and the expected binaries appear in out/.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, linux, ubuntu
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100