diff --git a/lime/system/JNI.hx b/lime/system/JNI.hx index 3e135964f..0ea8214e1 100644 --- a/lime/system/JNI.hx +++ b/lime/system/JNI.hx @@ -134,7 +134,11 @@ class JNI { init (); + #if android return lime_jni_get_env (); + #else + return null; + #end }