Multi dex files define Lcom/google/gdata/util/common/base/Escaper
멀티 덱스 파일은 내가 위의 오류와 함께 붙어 Lcom/구글/GDATA/폴더의 유틸리티/일반/기본/탈옥수
을 정의합니다. 나는이 종속성을 추가하기 때문에 나는 내 안드로이드 프로젝트를 실행할 수 없습니다 오전 UserVoice의 SDK
compile 'com.uservoice:uservoice-android-sdk:+'
에 종속성을 추가 한 후 오류가 ocured.
나는이 문제를 해결할 수있는 jarjar 명령에 대해 읽었습니다. http://pastebin.com/0m6b8Wyi
:compile('com.crashlytics.sdk.android:crashlytics:[email protected]') {
transitive = true;
}
compile('com.twitter.sdk.android:twitter:[email protected]') {
transitive = true;
}
compile 'com.android.support:support-v4:21.0.0'
compile 'com.android.support:appcompat-v7:20.+'
compile 'com.google.android.gms:play-services-wearable:+'
compile 'com.github.manuelpeinado.fadingactionbar:fadingactionbar-abc:3.1.2'
compile 'com.squareup.retrofit:retrofit:1.7.1'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
compile 'com.squareup.okhttp:okhttp:2.0.0'
compile 'com.jakewharton:butterknife:5.1.2'
compile 'com.squareup.picasso:picasso:2.3.4'
compile 'com.melnykov:floatingactionbutton:1.0.5'
compile 'com.balysv.materialmenu:material-menu-abc:1.+'
compile 'de.keyboardsurfer.android.widget:crouton:[email protected]'
compile 'com.facebook.android:facebook-android-sdk:3.20.0'
compile 'com.joanzapata.android:android-iconify:1.0.8'
compile 'com.squareup:otto:1.3.5'
compile 'com.android.support:recyclerview-v7:21.+'
compile 'com.android.support:cardview-v7:21.+'
Gradle을이 페이스트 빈을 depdencies :하지만 의존성 때문에 .aar librararies 내가 가능한 솔루션
어떤 도움이 크게 다른 depedencies의
목록을 감사 할 수있는 것을 모르고있다
언제든지 유형 검색을 사용할 수 있습니다 ... Eclipse에서 ** Ctrl + Shift + T **, Android Studio에서 ** Ctrl + N **으로 생각합니다. 이클립스에서는 복제본의 경우 jar origin도 표시했습니다 ... 안드로이드 스튜디오에 대해서는 확실하지 않습니다 – TacB0sS