반응형
android, manual application sign & zipaligning |
<Sign>
jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore <my_keystore> <apk_name> <alias_name>
<Zipaligning>
zipalign -v 4 <apk_name> <new_apk_name>
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] JavaScript Bridge (0) | 2014.03.17 |
---|---|
[android] DB 를 update 혹은 insert 할 떄 주의해야 할 것 ( thread ) (0) | 2014.03.13 |
[android] activity progressbar ( shown on actionbar if it exists ) (0) | 2014.03.11 |
[android] custom actionbar theme example (0) | 2014.03.10 |
[android] how to apply actionBarStyle and android:actionBarStyle both? (0) | 2014.03.05 |
댓글