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
Asked
Active
Viewed 291 times
-1
-
1When 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 Answers
0
There are more than 64k classes in your application. You should use multidex.

Valentin Baryshev
- 2,195
- 3
- 15
- 24
-
I added implementation 'com.android.support:multidex:1.0.3' dependecy, but I am still getting java.lang.ArrayIndexOutOfBoundsException – Dilshodbek Jumaboev Sep 12 '18 at 02:54
-
-
-
Thank you for your efforts. I put in where you said. But Unfortunately, It is showing the problem again. I saw in Yandex FAQ, They say to put android.enableD8=false, Then It is working fine, but this is warning as depricated and will be removed in the future – Dilshodbek Jumaboev Sep 12 '18 at 12:21