![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/065Oi/btqwonctSQW/zdNEoyzSobx03nFI5UXWH1/img.png)
아래 에러 발생시에 해결 방법 java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: com.android.builder.de..
구글 Developers 사이트에서 제공하는 Android 인앱 결제 구현 가이드 https://developer.android.com/google/play/billing/billing_integrate.html?hl=ko 인앱 결제 구현 | Android Developers In-app Billing on Google Play provides a straightforward, simple interface for sending In-app Billing requests and managing In-app Billing transactions using Google Play. The information below covers the basics of how to make calls from your a..
MyRemote V1.81
Activity 전환시 다양한 Handler 에서 Activity 호출을 해주는 경우 Activity 의 Stack이 꼬이거나 중복 실행되서 백버튼 눌러도 같은 액티비티가 나올때가 있습니다. 이러한 것을 막아주어서 중복된 Activity 가 Stack상에 쌓이지 않게 막아주는 설정입니다. AndroidManifest.xml 위와 같이 android:launchMode="singleTop" 추가 해주면 중복 실행을 방지 할 수 있습니다.