반응형

2016/12/20 4

안드로이드 Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/view/LayoutInflaterFactory.class

안드로이드 Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/view/LayoutInflaterFactory.class 위 에러 해결 방법릴리즈 모드에서 저와 같이 고생하는 분이 있을 것이라 생각해요 android {configurations { all*.exclude group: 'com.android.support', module: 'support-v4' all*.exclude group: 'com...

IT/안드로이드 2016.12.20

안드로이드 스튜디오 Error:Execution failed for task ':app:transformClassesWithDexForRelease'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: java...

Error:Execution failed for task ':app:transformClassesWithDexForRelease'.> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException android {dexOptions { jumboMode true javaMaxHeapSize "4g" }}위 문장을 추가 함으로 해결 할 수 있습니다.디버깅 모드는 잘 되지만 릴리즈 모드에서 안될 경우

IT/안드로이드 2016.12.20

안드로이드 스튜디오 Error:Execution failed for task ':app:transformClassesWithDexForRelease'. > com.android.build.api.transform.TransformException: java.lang.RuntimeException: java.lang.RuntimeException: com.android.ide.common.process.ProcessEx..

안드로이드 스튜디오 Error:Execution failed for task ':app:transformClassesWithDexForRelease'. > com.android.build.api.transform.TransformException: java.lang.RuntimeException: java.lang.RuntimeException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException 디버깅 모드로 할 경우는 발생하지 않았던 오류가 릴리즈 모드로 하니 나오네요 엄청 많이 나오네요위 에러는 defaultConfig ..

IT/안드로이드 2016.12.20

안드로이드 스튜디오 한글깨짐

안드로이드 스튜디오 한글깨짐 한글이 깨지는 이유는 안드로이드 스튜디오에서 사용하고 있는 폰트체가 없기 때문입니다. 당연한 말인듯..그래서.. 피씨에서 사용가능한 폰트체를 넣어주면되는데요 안드로이드가 설치된 폴더\android-studio\plugins\android\lib\layoutlib\data\fonts 위 위치까지 가면 fonts.xml 파일이 있습니다. NotoSansCJK-Regular.ttc위 폰트체를 NanumGothic.ttf 로 바꿔준 후 안드로이드 스튜디오를 재실행하면 한글 깨짐이 없어집니다.

IT/안드로이드 2016.12.20
반응형