Hello I have an error in log window when I try to build the apk. I have installed the AdMob Extension for Stencyl 3.x Thanks for any Help.

-code-gen:
[LOG] [mergemanifest] Found Deleted Target File
[LOG] [mergemanifest] Merging AndroidManifest files into one.
[LOG] [mergemanifest] Merging manifests from project and 2 libraries.
[LOG] [echo] Handling aidl files...
[LOG] [aidl] No AIDL files to compile.
[LOG] [echo] ----------
[LOG] [echo] Handling RenderScript files...
[LOG] [renderscript] No RenderScript files to compile.
[LOG] [echo] ----------
[LOG] [echo] Handling Resources...
[LOG] Finished building for Android (or errored out): 1
[LOG] [aapt] Generating resource IDs...
[LOG] [echo] ----------
[LOG] [echo] Handling BuildConfig class...
[LOG] [buildconfig] Generating BuildConfig class.
[LOG] -pre-compile:
[LOG] -compile:
[LOG] [javac] Compiling 18 source files to C:\Users\User\AppData\Roaming\Stencyl\stencylworks\games-generated\Zombie Zombie Terminado\Export\android\bin\bin\classes
[LOG] [javac] C:\Users\User\AppData\Roaming\Stencyl\stencylworks\games-generated\Zombie Zombie Terminado\Export\android\bin\src\AdWhirl.java:77: error: AdRequest() has private access in AdRequest
[LOG] [javac] AdRequest adRequest = new AdRequest();
[LOG] [javac] ^
[LOG] [javac] C:\Users\User\AppData\Roaming\Stencyl\stencylworks\games-generated\Zombie Zombie Terminado\Export\android\bin\src\AdWhirl.java:136: error: AdRequest() has private access in AdRequest
[LOG] [javac] AdRequest adRequest = new AdRequest();
[LOG] [javac] ^
[LOG] [javac] Note: Some input files use or override a deprecated API.
[LOG] [javac] Note: Recompile with -Xlint:deprecation for details.
[LOG] [javac] 2 errors
[LOG] BUILD FAILED
[LOG] C:\Users\User\AppData\Roaming\Stencyl\stencylworks\android-sdk\android-sdk-windows\tools\ant\build.xml:713: The following error occurred while executing this line:
[LOG] C:\Users\User\AppData\Roaming\Stencyl\stencylworks\android-sdk\android-sdk-windows\tools\ant\build.xml:727: Compile failed; see the compiler error output for details.
[LOG] Total time: 1 second