Hello everybody, when i want to test my game on android tablet i've got this message in the log viewer and the game doesn't launch
[LOG] -compile:
[LOG] [javac] Compiling 18 source files to /Users/Johan/stencylworks/games-generated/POYoff/Export/android/bin/bin/classes
[LOG] [javac] /Users/Johan/stencylworks/games-generated/POYoff/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] /Users/Johan/stencylworks/games-generated/POYoff/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
[LOG] /Users/Johan/stencylworks/android-sdk/android-sdk-macosx/tools/ant/build.xml:713: The following error occurred while executing this line:
[LOG] /Users/Johan/stencylworks/android-sdk/android-sdk-macosx/tools/ant/build.xml:727: Compile failed; see the compiler error output for details.
[LOG] Total time: 3 seconds
How can I do ? Thanks everybody
