-1

I am going to use yandex maps in my Android project. I did how it is illustrated in the documentation,but I am getting this error during compiling

enter image description here

Shruti
  • 803
  • 9
  • 26
  • 1
    When asking questions here, please include the error message as text. Then the text of the error message gets indexed by search engines. Also, having the error message as text makes it accessible for people who use screen readers. Please [edit] your question to include the text of the error message, as text. – S.L. Barth is on codidact.com Sep 11 '18 at 10:17

1 Answers1

0

There are more than 64k classes in your application. You should use multidex.

Valentin Baryshev
  • 2,195
  • 3
  • 15
  • 24