mifos-mobile-cn
mifos-mobile-cn copied to clipboard
Build error: Cannot fix requested classes in a single dex file
Summary:
Build error: Cannot fix requested classes in a single dex file
Steps to reproduce:
Build the project.
Expected behaviour:
Successful build.
Observed behaviour:
Logcat for the issue
Provided
@jddeep I am not able reproduce the issue, can you please provide exact steps to reproduce it?
@luckyman20 I just forked and cloned the project and built it. And it gave me the above errors as in the screenshot.(master branch).
@jddeep Sorry but I am not getting the error. Can anyone please confirm this? @abhijitramesh @rachittt @laxyapahuja @PiyushSharma99
@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.
@jddeep Sorry but I am not getting the error. Can anyone please confirm this? @abhijitramesh @rachittt @laxyapahuja @PiyushSharma99 Cannot get the error.
@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:
@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:
i am working