I encountered a multiple Dex files define lcom/sina/SSO/remotesso compilation error on Android.
Find a solution on the Internet
The solution is as follows:
Solution 1:
Eclipse-> Project-> remove build automatically-> clear-> build project-> build automatically, close eclipse, and then open
Solution 2:
Step 1: Updated eclipse (Help-> check for updates)
Step 2: Upgrade the SDK tools and platform-Tools
Step 3: Go to eclipse-> Project-> remove automatic build (build automatically)-> select clear-> build project-> Enable Automatic Build (build automatically)
Solution 3:
Another case is that the imported jar package is a dual-copy SDK of a later version. This problem occurs (My is). Just delete Android dependence.
From http://www.eoeandroid.com/thread-245359-1-1.html
I tried every method and it was useless.
Later I found that the error was due to the fact that the file COM/sina/SSO/remotesso already exists in the one-click shared third-party package in the original Android project.
I tried to delete the COM/sina/SSO/remotesso file in the newly introduced JAR file, re-package it into a jar package, import the libs folder in the project, and finally solve the problem.
Multiple Dex files define lcom/sina/SSO/remotesso error Solution