Linked Questions

-5 votes
1 answer
820 views

I updated android studio and build tools. I got some error like this: Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lorg/apache/http/conn/ssl/...
Prantik Mondal's user avatar
0 votes
0 answers
268 views

I'm trying to include the retrofit logging interceptor into my app and I'm getting this error: `Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files ...
argonath88's user avatar
1 vote
0 answers
61 views

I am trying to run a game app but I am getting this error . [2014-07-19 09:18:23 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/badlogic/gdx/Application$ApplicationType; [2014-...
Muhidul Hassan's user avatar
59 votes
18 answers
51k views

The moment I added the android support annotations to my dependencies compile 'com.android.support:support-annotations:20.0.0' I got this error: Error Code: 2 Output: UNEXPECTED TOP-...
Niklas's user avatar
  • 25.7k
45 votes
13 answers
73k views

When I add the configurations for google analytics to my Android project and build the project I get the following error: :app:transformClassesWithDexForDebug UNEXPECTED TOP-LEVEL EXCEPTION: com....
Michael's user avatar
  • 33.5k
6 votes
6 answers
12k views

The problem: I can't built my project. When I try the following sign is shown in the Console: [2014-09-28 23:49:30 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/...
dephinera's user avatar
  • 3,776
10 votes
7 answers
9k views

I have just included the android v7-appcompat library in my project.I have successfully added the jars to the build path and am now using the Theme.AppCompat theme.Now,I get this strange error: [Dex ...
vamsiampolu's user avatar
  • 6,744
8 votes
2 answers
12k views

I tried run my android app and i got this error. [2014-03-11 11:21:34 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/apache/cordova/App$1; [2014-03-11 11:21:34 - Android-C2DM-...
user avatar
8 votes
2 answers
5k views

I tried looking into similar problems, but the solutions offered there do not seem to fit my particular situation: I initially followed the instructions for Configuring and building the sample ...
Bill The Ape's user avatar
  • 3,306
4 votes
3 answers
8k views

Hi i am trying to execute an android app in emulator but i am getting the following error. [2013-01-31 11:19:21 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/google/android/...
user avatar
2 votes
3 answers
6k views

I am trying use androidVNC open source project as a Library Project in my MainProject. androidVNC has also used ZoomerWithKeys library project. I want start a activity of androidVNC library project in ...
Alok Kumar Gupta's user avatar
2 votes
1 answer
6k views

I had Android Gradle project with number of external dependencies. At some point of time I have decided to extract some functionality to separate library together with some dependencies, which I have ...
mkorszun's user avatar
  • 4,591
3 votes
3 answers
2k views

In search of a way to upload an image, I added a lot of external JARs following this simple explanation:using-multipartentity-in-android-applications But when I try co compile the code I'm getting an ...
Droidman's user avatar
  • 11.6k
4 votes
0 answers
4k views

I am new to Java programming and I currently develop my first android application. Everything was fine, I could start my app with some code. Then I tried to make the following tutorial for a nice ...
user3399007's user avatar
0 votes
1 answer
1k views

I try to make API requests with Retrofit and gson library , I followed this tutorial to make my API request with retrofit : http://blog.robinchutaux.com/blog/a-smart-way-to-use-retrofit/ but I ...
flo3573358's user avatar

15 30 50 per page