project.properties 에 있는
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
부분의 주석을 해제해주면 완료된다.
proguard 적용 후 Export 시 에러 대처법
\sdk\tools\proguard 폴더 내의 proguard=android 안에 오류 패키지명 앞자리를 모두 적어준다
ex)
# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-dontwarn android.support.**
-dontwarn com.badlogic.gdx.**
저장 후 다시 Export
'Development > Android' 카테고리의 다른 글
RuntimeException: Unable to start activity ComponentInfo (0) | 2013.08.22 |
---|---|
안드로이드 인앱 빌링 v3 (0) | 2013.08.22 |
APK 파일 디컴파일 방법 (1) | 2013.08.09 |
admob 추가 방법 (0) | 2013.08.05 |
You must have AdActivity declared in AndroidManifest.xml with configChanges (0) | 2013.08.05 |