# SkiaOpenGLESAndroid **Repository Path**: bossagit11/SkiaOpenGLESAndroid ## Basic Information - **Project Name**: SkiaOpenGLESAndroid - **Description**: Android sample that uses Skia to draw on OpenGL ES 2 surface - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. image:: screenshot.png Skia OpenGL ES 2 Android sample. This is just a combination of: * Native Activity sample in Android NDK * `Hello World `_ sample in Skia source code * `Ejecta sample `_ (see `normal_browser.html `_ or `JSFiddle `_) See also: * https://skia.org/user/build * https://groups.google.com/forum/#!topic/skia-discuss/c9vsrU0OWlE ``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