What platform are you building for?
Android
What framework are you building with?
Cordova
What is your build ID?
a2127867-7297-4733-886b-dc93a70522bc
What is your error message?
Task :CordovaLib:compileReleaseJavaWithJavac FAILED
[Incubating] Problems report is available at: file:///platforms/android/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:CordovaLib:compileReleaseJavaWithJavac’.
Compilation failed; see the compiler output below.
Note: Recompile with -Xlint:deprecation for details.
/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:125: error: cannot find symbol
&& Build.VERSION.SDK_INT >= Build.VERSION_CODES.VANILLA_ICE_CREAM;
^
symbol: variable VANILLA_ICE_CREAM
location: class VERSION_CODES
/platforms/android/CordovaLib/src/org/apache/cordova/CoreAndroid.java:256: error: cannot find symbol
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.BAKLAVA) {
^
symbol: variable BAKLAVA
location: class VERSION_CODES
/platforms/android/CordovaLib/src/org/apache/cordova/SystemBarPlugin.java:59: error: cannot find symbol
&& Build.VERSION.SDK_INT >= Build.VERSION_CODES.VANILLA_ICE_CREAM;
^
symbol: variable VANILLA_ICE_CREAM
location: class VERSION_CODES
Note: Some input files use or override a deprecated API.
3 errors
Please describe the issue:
It’s first time for this error, in last days i built normally with the same settings