You can create the content wrapper yourself using "make -j4 content_shell_apk" instead of creating a complete package. This will give you content_shell.apk, which can be installed on any Android device with 4.0 or higher. If you want to create an eclipse project for a content wrapper, you need to collect all the necessary src files and resource files from the chrome source tree.
src files:
base/android/java/src/org/chromium/*
media/base/android/java/src/org/chromium/*
ui/android/java/src/org/chromium/*
content/public/android/java/src/org/chromium/*
content/shell/android/java/src/org/chromium/*
net/android/java/src/org/chromium/*
res files:
content/shell/android/res/*
pak file:
out/Release/content_shell/assets/*
native libs:
out/Release/content_shell/libs/armeabi-v7a/*
source
share