From 359f7495f4d38341bfceed494087cf94149b3070 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 4 Nov 2012 20:20:36 -0800 Subject: [PATCH] Added link to the emulator info, which is extremeley useful for testing OpenGL ES 2.0 --- README.android | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.android b/README.android index 252fe9eff..bca7ade37 100644 --- a/README.android +++ b/README.android @@ -207,10 +207,13 @@ Once you've copied the SDL android project and customized it, you can create an ================================================================================ - Loading files and resources + Using the emulator ================================================================================ -NEED CONTENT +There are some good tips and tricks for getting the most out of the +emulator here: http://developer.android.com/tools/devices/emulator.html + +Especially useful is the info on setting up OpenGL ES 2.0 emulation. ================================================================================