i have an error when i try to export to android
Do you have in your game any show/hide ad blocks? The ones from Stencyl? I found errors that might be ralated to those blocks.
-compile:
[LOG] [javac] Compiling 18 source files to C:\Users\ErLuiSS\AppData\Roaming\Stencyl\stencylworks\games-generated\revmob\Export\android\bin\bin\classes
[LOG] [javac] C:\Users\ErLuiSS\AppData\Roaming\Stencyl\stencylworks\games-generated\revmob\Export\android\bin\src\AdWhirl.java:77: AdRequest() has private access in com.google.ads.AdRequest
[LOG] [javac] AdRequest adRequest = new AdRequest();
[LOG] [javac] ^
[LOG] [javac] C:\Users\ErLuiSS\AppData\Roaming\Stencyl\stencylworks\games-generated\revmob\Export\android\bin\src\AdWhirl.java:136: AdRequest() has private access in com.google.ads.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