I used these commands
repo init -u git://git.android-x86.org/platform/manifest.git -b
eclair-x86
repo sync
make usb_img TARGET_PRODUCT=eeepc
I did initially run into this issue http://code.google.com/p/android/issues/detail?id=985
which looks similar but now seems to be resolved but I can't get past
this new one. There's a few mentions of it on the net but no actual
solution as far as I can tell.
Here's a small log snippet, unfortunately this error happens about an
hour into the build process so it's a bit of a pain to debug.
host Java: idegen (out/host/common/obj/JAVA_LIBRARIES/
idegen_intermediates/classes)
Install: out/host/linux-x86/framework/idegen.jar
host Prebuilt: jarjar (out/host/common/obj/JAVA_LIBRARIES/
jarjar_intermediates/javalib.jar)
Install: out/host/linux-x86/framework/jarjar.jar
host Java: jdiff (out/host/common/obj/JAVA_LIBRARIES/
jdiff_intermediates/classes)
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Install: out/host/linux-x86/framework/jdiff.jar
host Prebuilt: jython (out/host/common/obj/JAVA_LIBRARIES/
jython_intermediates/javalib.jar)
Install: out/host/linux-x86/framework/jython.jar
host Prebuilt: kxml2-2.3.0 (out/host/common/obj/JAVA_LIBRARIES/
kxml2-2.3.0_intermediates/javalib.jar)
Install: out/host/linux-x86/framework/kxml2-2.3.0.jar
make: *** No rule to make target `out/host/linux-x86/framework/
layoutlib_api.jar', needed by `out/host/common/obj/JAVA_LIBRARIES/
layoutlib_intermediates/javalib.jar'. Stop.
> --
> You received this message because you are subscribed to the Google Groups "Android-x86" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to android-x86...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
>
>
--
Android-x86
http://www.android-x86.org
On Mar 3, 6:27 pm, Yi Sun <beyo...@gmail.com> wrote:
> When did u checked out the tree? I just updated the eclair-x86 branch
> yesterday evening. There was build breaks before that. I'm wandering
> if we have a new break or not.
>
> On Wed, Mar 3, 2010 at 8:49 AM, Richard Reveley <rreve...@gmail.com> wrote:
>
>
>
>
>
> > Can anyone help with this?
>
> > I used these commands
> > repo init -u git://git.android-x86.org/platform/manifest.git -b
> > eclair-x86
> > repo sync
> > make usb_img TARGET_PRODUCT=eeepc
>
> > I did initially run into this issuehttp://code.google.com/p/android/issues/detail?id=985
Some hours later I ended up with the exact same error:
make: *** No rule to make target `out/host/linux-x86/framework/
layoutlib_api.jar', needed by `out/host/common/obj/JAVA_LIBRARIES/
layoutlib_intermediates/javalib.jar'. Stop.
On Mar 3, 6:43 pm, Yi Sun <beyo...@gmail.com> wrote:
> BTW-- could you following the instruction in the Android ASOP project
> to check if your env is correct?
> THanks
> Yi
>
I met exact same error with Mr. Reveley met.
My environment is Ubuntu 8.04.2 (32bit) as AOSP project recommends.
2010/3/5 Richard Reveley <rrev...@gmail.com>:
On Mar 5, 1:04 am, Yi Sun <beyo...@gmail.com> wrote:
> CW is trying to sync everything from ASOP again. At the meanwhile, I
> will take a quick look this evening to see if I have to same problem or not.
> On 03/04/2010 04:18 PM, Satoshi OTSUKA wrote:
>
>
>
> > Hi,
>
> > I met exact same error with Mr. Reveley met.
> > My environment is Ubuntu 8.04.2 (32bit) as AOSP project recommends.
>
> > 2010/3/5 Richard Reveley<rreve...@gmail.com>:
repo init -u
git://android-x86.git.sf.net/gitroot/android-x86/manifest.git -b
eclair-x86
repo sync
and build succeeded without any problems.
Are there any differences between git.android-x86.org repository
and android-x86.git.sf.net repository?
2010/3/6 beyounn <bey...@gmail.com>:
On Mar 6, 9:50 am, Satoshi OTSUKA <satoshi.ots...@gmail.com> wrote:
> I met error when I used git.android-x86.org repository.
> Today I redid "repo init" and "repo sync" again as follows
>
> repo init -u
> git://android-x86.git.sf.net/gitroot/android-x86/manifest.git -b
> eclair-x86
> repo sync
>
> and build succeeded without any problems.
>
> Are there any differences between git.android-x86.org repository
> and android-x86.git.sf.net repository?
>
> 2010/3/6 beyounn <beyo...@gmail.com>:
android-x86/frameworks/base/tools/layoutlib/api/Android.mk
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IDensityBasedResourceValue.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutBridge.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutLog.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutResult.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IProjectCallback.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IResourceValue.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IStyleResourceValue.java
android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IXmlPullParser.java
2010/3/7 Yi Sun <bey...@gmail.com>:
>>>>>>>>>>>>> layoutlib_intermediates/javalib.jar'. Stop.
>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>> Google Groups "Android-x86" group.
>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>> andro...@googlegroups.com.
>>>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>>>> android-x86...@googlegroups.com.
>>>>>>>>>>>>> For more options, visit this group
>>>>>>>>>>>>> athttp://groups.google.com/group/android-x86?hl=en.
>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Android-x86http://www.android-x86.org
>>>
>>>>>>>>>>> --
>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>> Google Groups "Android-x86" group.
>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>> andro...@googlegroups.com.
>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>> android-x86...@googlegroups.com.
>>>>>>>>>>> For more options, visit this group
>>>>>>>>>>> athttp://groups.google.com/group/android-x86?hl=en.
>>>
>>>>>>>>>> --
>>>>>>>>>> Android-x86http://www.android-x86.org
>>>
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "Android-x86" group.
>>>>>>>>> To post to this group, send email to andro...@googlegroups.com.
>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>> android-x86...@googlegroups.com.
>>>>>>>>> For more options, visit this group
>>>>>>>>> athttp://groups.google.com/group/android-x86?hl=en.
>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Android-x86" group.
>>>>> To post to this group, send email to andro...@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> android-x86...@googlegroups.com.
>>>>> For more options, visit this group
>>>>> athttp://groups.google.com/group/android-x86?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Android-x86" group.
>> To post to this group, send email to andro...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> android-x86...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/android-x86?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android-x86" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to
> android-x86...@googlegroups.com.
then make iso_img.
it works :)
On Mar 7, 2:50 am, Satoshi OTSUKA <satoshi.ots...@gmail.com> wrote:
> Following files seem to missing when newly repo sync from git.android-x86.org.
>
> android-x86/frameworks/base/tools/layoutlib/api/Android.mk
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IDensityBasedResourceValue.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutBridge.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutLog.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutResult.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IProjectCallback.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IResourceValue.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IStyleResourceValue.java
> android-x86/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/IXmlPullParser.java
>
> 2010/3/7 Yi Sun <beyo...@gmail.com>:
>
> > Hmmmm.... Me got both built and boot ok.
>