- bump android to 0.18.1

- Fix Android compilation issues:
-- Fix Android API level to 9 (was incorrectly set to 11)
-- remove incorrect "@override" flag
This commit is contained in:
wagic.the.homebrew
2012-03-20 12:18:07 +00:00
parent 57627849a0
commit 2ddf1d36da
3 changed files with 4 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ public class SDLActivity extends Activity implements OnKeyListener{
public String mErrorMessage = "";
public Boolean mErrorHappened = false;
public final static String RES_FOLDER = "/sdcard/Wagic/Res/";
public static final String RES_FILENAME = "core_0180.zip";
public static final String RES_FILENAME = "core_0181.zip";
public static final String RES_URL = "http://wagic.googlecode.com/files/";
public String systemFolder = "/sdcard/Wagic/Res/";
@@ -760,7 +760,6 @@ public class SDLActivity extends Activity implements OnKeyListener{
}
@Override
public boolean onKey(View v, int keyCode, KeyEvent event) {
if ((keyCode == KeyEvent.KEYCODE_MENU) && (KeyEvent.ACTION_DOWN == event.getAction()))
{