I would like to access some of the static methods in the Debug class; part of the android.os package.
However, when I include calls to these functions javascript gives me a undefined ReferenceError; it cannot find the android package.
How do I set the search path for java packages in javascript?