Stage.application undefined on Android

stage.application.meta.get(“version”));
works on Flash, but crashes on Android as stage.application is null

Lib.application.meta.get(“version”)) works on Flash and Android.