i created a simple app with a single tracker and simple object an exported as sdk. now I.ve imported the project into eclipse but it shows the following error:
Unable to execute dex: Multiple dex files define Lcom/metaio/BuildConfig;
what could be the solution?
the initial error was unable to find .apk file, so i found a solution on internet which was to uncheck "is liabrary" from project property.
thank you