Our team intervenes within 48 hours, we recommend you submit a public ticket so that other developers can help to fix the issue as soon as possible.

If you purchased the item 6 months ago, please read the Item Support Policy carefully before submitting a ticket.

Note: don’t share item or server credentials on public, use the private option.

Okay
  Public Ticket #2994989
Android Studio compile error
Closed

Comments

  •  1
    RawalD started the conversation

    Hi there , I'm getting the following error when trying to sync the build

    • No signature of method: build_f2h9qa2wtcexj5emcubqnl62x.android() is applicable for argument types: (build_f2h9qa2wtcexj5emcubqnl62x$_run_closure1) values: [build_f2h9qa2wtcexj5emcubqnl62x$_run_closure1@a4a307b] 
  •  1
    RawalD replied

    Resolved with the following taken out, but the app uses gradle functions that are not compatible with version 8 so have to downgrade it

    //        javaCompileOptions {
    //            annotationProcessorOptions {
    //                includeCompileClasspath true
    //            }
    //        }