Skip to content Skip to sidebar Skip to footer

Unable To Execute Dx - Intellij Idea (android + Maven)

after I import the project from git, it succesfully download all libraries. But when I tried to rebuild project, it throws this error, that I didn't find anywhere on the internet.

Solution 1:

Your system has profile redirection enabled and you are affected by a Java Bug.

Check this KB document for the solution.

Solution 2:

In my case the problem was in module sdk version. I changed it from 2.2 to 4.4 and the problem was solved.

Post a Comment for "Unable To Execute Dx - Intellij Idea (android + Maven)"