well after that, the cannot find symbol and the compiler stating that the problem is the word "mContext", either you forgot the declare it, or if you declare it elsewhere it is private.
javac 1.7.0_65
src\b4a\example\main.java:490: error: cannot find symbol
Context mContext = this.getApplicationContext();
^
symbol: class Context
location: class main
1 error