Java:125: error: cannot find symbol

WHEN I TRY TO PACKAGE MY ANROID PROJECT IT SAYS java:125: error: cannot find symbol

i already read this thread : Java:125: error: cannot find symbol
but i want to use api 33, because push notification. now new android apps must support api 31. but android 13 push need api 33.
Notification runtime permission  |  Android Developers
how to fix it? :frowning:

ProcessResult.StdOut: > Task :app:compileDebugJavaWithJavac
ProcessResult.StdOut: The following annotation processors are not incremental: lifecycle-compiler-2.0.0.jar (androidx.lifecycle:lifecycle-compiler:2.0.0).
ProcessResult.StdOut: Make sure all annotation processors are incremental to improve your build speed.
ProcessResult.StdOut: Y:\app\src\main\java\com\epicgames\ue4\WebViewControl.java:122: error: cannot find symbol
ProcessResult.StdOut: webView.getSettings().setAppCacheMaxSize( 10 * 1024 * 1024 );
ProcessResult.StdOut: ^
ProcessResult.StdOut: symbol: method setAppCacheMaxSize(int)
ProcessResult.StdOut: location: class WebSettings
ProcessResult.StdOut: Y:\app\src\main\java\com\epicgames\ue4\WebViewControl.java:123: error: cannot find symbol
ProcessResult.StdOut: webView.getSettings().setAppCachePath(GameActivity._activity.getApplicationContext().getCacheDir().getAbsolutePath() );
ProcessResult.StdOut: ^
ProcessResult.StdOut: symbol: method setAppCachePath(String)
ProcessResult.StdOut: location: class WebSettings
ProcessResult.StdOut: Y:\app\src\main\java\com\epicgames\ue4\WebViewControl.java:125: error: cannot find symbol
ProcessResult.StdOut: webView.getSettings().setAppCacheEnabled( true );
ProcessResult.StdOut: ^
ProcessResult.StdOut: symbol: method setAppCacheEnabled(boolean)
ProcessResult.StdOut: location: class WebSettings
ProcessResult.StdOut: Note: Some input files use or override a deprecated API.
ProcessResult.StdOut: Note: Recompile with -Xlint:deprecation for details.
ProcessResult.StdOut: 3 errors
ProcessResult.StdOut:
ProcessResult.StdOut: > Task :app:compileDebugJavaWithJavac FAILED
ProcessResult.StdOut:
ProcessResult.StdOut: FAILURE: Build failed with an exception.
ProcessResult.StdOut:

Same issue you find any solution?

Did anyone get this resolved?

Which version of Engine you are using ?