티스토리 뷰
<application
android:debuggable="true"
android:allowBackup="true"
android:vmSafeMode="true"
android:allowClearUserData="true"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
tools:ignore="HardcodedDebugMode">
위와같이 manifests에 추가.
'Programming > Android' 카테고리의 다른 글
안드로이드 인앱 결제 구현 방법. (0) | 2016.05.13 |
---|---|
Activity 중복 실행 방지 (0) | 2016.04.30 |
포커스를 잃었을 때 스레드를 다시 실행시키는 방법 (0) | 2016.04.25 |
font size px to sp (0) | 2016.04.22 |
디스플레이에 따른 이미지 크기 및 위치 설정 (0) | 2016.03.28 |
댓글