single dex file

  1. A

    Android Question compilation error : Cannot fit requested classes in a single dex file

    hi i got this error when i try to run my project: --- Error: Cannot fit requested classes in a single dex file (# fields: 90605 > 65536). Try supplying a main-dex list Compilation failed Exception in thread "main" java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException...
Top