/SkiaOpenGLESAndroid

Android sample that uses Skia to draw on OpenGL ES 2 surface

Primary LanguageC++

screenshot.png

Skia OpenGL ES 2 Android sample.

This is just a combination of:

See also:

jni/skia/libskia_android.so is compiled with BUILDTYPE=Release option (see the guide above):

cd skia/source/code
gclient sync
cd trunk
export ANDROID_SDK_ROOT=/path/to/android/sdk
export TARGET_DEVICE=xoom
./platform_tools/android/bin/android_make -d $TARGET_DEVICE BUILDTYPE=Release