Unable to execute dex: Multiple dex files define

This is probably because the same jar is included more than once in your project.  If so, ensure that your project only includes it once (that it doesn't appear in referenced library projects, or build paths, etc).

Comments

Popular posts from this blog

How to draw an overlay on a SurfaceView used by Camera on Android?

Create EditText with dropdown in android

Android TCP Connection Chat application