skia2/android_sample/SampleApp
2011-06-13 16:58:40 +00:00
..
jni Updates to the Android SampleApp 2011-06-13 16:58:40 +00:00
res Updates to the Android SampleApp 2011-06-13 16:58:40 +00:00
src/com/skia/sampleapp Updates to the Android SampleApp 2011-06-13 16:58:40 +00:00
Android.mk Updates to the Android SampleApp 2011-06-13 16:58:40 +00:00
AndroidManifest.xml Updates to the Android SampleApp 2011-06-13 16:58:40 +00:00
README.txt Port the SampleApp (raster) to Android. 2011-05-31 17:10:21 +00:00

Building the sample app for Android using an Android tree:

Copy this folder into an Android tree in packages/apps. In addition to jni,
res, and src, there needs to be a fourth folder named "skia_extra".  This
will include the skia files which are not part of an Android checkout. It
should have three folders: include, samplecode, and src.

skia/trunk/include/views -> skia_extra/include/views
skia/trunk/include/xml -> skia_extra/include/xml

skia/trunk/samplecode -> skia_extra/samplecode

skia/trunk/src/views -> skia_extra/src/views
skia/trunk/src/ports/SkXMLParser_empty.cpp -> skia_extra/src/ports/
skia/trunk/src/xml -> skia_extra/src/xml

skia/trunk/include/utils/android/AndroidKeyToSkKey.h -> jni/

From packages/apps/SampleApp, type "mm" to build, and install the
resulting apk.

(It may be necessary to remove samples that do not build from
skia_extra/samplecode/samplecode_files.mk)

TODO: Instructions for building from SDK/NDK