openMF / mifos-mobile-cn

Client-facing app on top of Apache Fineract CN
https://openmf.github.io/mobileapps.github.io/
Apache License 2.0
39 stars 64 forks source link

Build error: Cannot fix requested classes in a single dex file #91

Open jddeep opened 4 years ago

jddeep commented 4 years ago

Summary:

Build error: Cannot fix requested classes in a single dex file

Steps to reproduce:

Build the project.

Expected behaviour:

Successful build.

Observed behaviour:

mifos-cn

Logcat for the issue

Provided

luckyman20 commented 4 years ago

@jddeep I am not able reproduce the issue, can you please provide exact steps to reproduce it?

jddeep commented 4 years ago

@luckyman20 I just forked and cloned the project and built it. And it gave me the above errors as in the screenshot.(master branch).

luckyman20 commented 4 years ago

@jddeep Sorry but I am not getting the error. Can anyone please confirm this? @abhijitramesh @rachittt @laxyapahuja @PiyushSharma99

laxyapahuja commented 4 years ago

@jddeep Sorry but I am not getting the error. Can anyone please confirm this? @abhijitramesh @rachittt @laxyapahuja @PiyushSharma99

i also can't reproduce the error.

rchtgpt commented 4 years ago

@jddeep Sorry but I am not getting the error. Can anyone please confirm this? @abhijitramesh @rachittt @laxyapahuja @PiyushSharma99 Cannot get the error.

PiyushSharma99 commented 4 years ago

@jddeep Sorry but I am not getting the error. Can anyone please confirm this? @abhijitramesh @rachittt @laxyapahuja @PiyushSharma99

@luckyman20 I did had a multidexing error while initial building of the project. :thinking:

jddeep commented 4 years ago

@luckyman20 I faced this error and hence made the PR. Enabling multidexing is no harm and should be enabled anyways to avoid untimely errors these days in projects. It's just some config and dependencies addition in the gradle file. Do give the PR a look and merge/close it at your choice. The error is resolved on my cloned project after making the changes. Thanks :+1:

sabya48 commented 4 years ago

i am working