Hi,
I resolved some problems with update to correct API level. I installed JDK 8 - 172 and all is right in basic project. However I can not compile project with Google Maps and LeadBolt.
With Google Maps:
-compile:
[javac] Compiling 409 source files to C:\Users\User\AppData\Local\Temp\AndBD75.tmp\bin\c lasses
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\Users\User\AppData\Local\Temp\AndBD75.tmp\src\E xtensions\CRunGMaps.java:270: error: cannot find symbol
[javac] mMap = mMapView.getMap();
[javac] ^
[javac] symbol: method getMap()
[javac] location: variable mMapView of type MapView
[javac] C:\Users\User\AppData\Local\Temp\AndBD75.tmp\src\E xtensions\CRunGMaps.java:386: error: cannot find symbol
[javac] mMap = mMapFrag.getMap();
[javac] ^
[javac] symbol: method getMap()
[javac] location: variable mMapFrag of type MapFragment
[javac] C:\Users\User\AppData\Local\Temp\AndBD75.tmp\src\E xtensions\CRunGMaps.java:705: error: cannot find symbol
[javac] mMap = mMapFrag.getMap();
[javac] ^
[javac] symbol: method getMap()
[javac] location: variable mMapFrag of type MapFragment
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
[javac] 3 warnings
BUILD FAILED
C:\Users\User\AppData\Local\Android\sdk\tools\ant\ build.xml:716: The following error occurred while executing this line:
C:\Users\User\AppData\Local\Android\sdk\tools\ant\ build.xml:730: Compile failed; see the compiler error output for details.
and with Lead Bolt:
-compile:
[javac] Compiling 501 source files to C:\Users\User\AppData\Local\Temp\And5A05.tmp\bin\c lasses
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\Users\User\AppData\Local\Temp\And5A05.tmp\src\E xtensions\CRunLeadBolt.java:115: error: <anonymous Extensions.CRunLeadBolt$1> is not abstract and does not override abstract method onModuleClosed(String,boolean) in AppModuleListener
[javac] private AppModuleListener leadboltListener = new AppModuleListener() {
[javac] ^
[javac] C:\Users\User\AppData\Local\Temp\And5A05.tmp\src\E xtensions\CRunLeadBolt.java:146: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] C:\Users\User\AppData\Local\Temp\And5A05.tmp\src\E xtensions\CRunLeadBolt.java:189: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
[javac] 3 warnings









Reply With Quote





