vatedroid (v8 droid) is a basic sample project demonstrating how to embed v8 in an android application through the android ndk The ensufire_tutorial branch (the one you are currently on) is tied to ensufire's vatedroid tutorial. Most of VATEDROID's functionality is stripped out, and tagging follows the tutorial step by step
run the following:
git clone https://github.com/lorinbeer/vatedroid.git
cd vatedroid
git branch ensufire_tutorial --track origin/ensufire_tutorial
git checkout ensufire_tutorial
android update project --name vatedroid --target <android-int> --path .
where "" is the latest android target installed on your system. This tutorial was tested with android-17
why we're even doing this
setting up the necessary tools
compiling V8 for Android
##VATEDROID: Part 2 setting up an android NDK module to include V8
###tags checkout the following tags to see the project at the given tutorial step
- p2s5 : Part 2 Step 5, directory stucture and empty files
- p2s6 : Part 2 Step 6, skeleton code
- p2s7 : Part 2 Step 7, make file, ready for ndk-build