android - Unable to execute dex:Multiple dex files define -


when build android project , following error. want use jdbc driver connect sql server.

[2014-12-02 10:17:40 - dex loader] unable execute dex: multiple dex files define lcom/microsoft/sqlserver/jdbc/activitycorrelator$1; [2014-12-02 10:17:40 - sql_wcf] conversion dalvik format failed: unable execute dex: multiple dex files define lcom/microsoft/sqlserver/jdbc/activitycorrelator$1; 

go order , export tab possibly should :

enter image description here

make sure :

  • jar in order , export checked.
  • dont add multiple or duplicate lib.

Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -