pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

make: *** [out/target/product/baytrail_generic/obj/SHARED_LIBRARIES/libwebviewchromium_intermediates/LINKED/libwebviewchromium.so] Error 1 #54

Closed hj91 closed 10 years ago

hj91 commented 10 years ago

Can i use this library while building an android x86 image?

hj91 commented 10 years ago

For some reasons (maybe lack of RAM or swap space) this library does not get created in my android build.

I am planning to include the x86 library in my builds. Hope it works.

hj91 commented 10 years ago

It works fine.

pengkang12 commented 9 years ago

i have confront the same question,so i want to know ,how to add x86 library ,thanks

hj91 commented 9 years ago

@tutudroid if you check your out/target/product/baytrail_generic/obj/SHARED_LIBRARIES/libwebviewchromium_intermediates/LINKED/ then you will find that libwebviewchromium.so is not present in that directory and build process stops.

For that, copy the libwebviewchromium.so from https://github.com/hj91/chromeview/blob/master/libs/x86/libwebviewchromium.so and place it in your out/target/product/baytrail_generic/obj/SHARED_LIBRARIES/libwebviewchromium_intermediates/LINKED/ directory

Start the build process again and you will see the final *.img created in your directory.

Note - i faced this issue while building kitkat image for x86..if you are building for arm processor, refer the file from arm7eabi directory

To avoid this problem, upgrade your test machine with RAM and swap space.

lyu90 commented 9 years ago

it works.thanks

hj91 commented 9 years ago

Note - this library no longer works for Android x86 4.4.4 version.