특정라이브러리가 없으면 설치 안되게....
<!-- This is how we can request a library but still allow the app
to be installed if it doesn't exist. -->
<uses-library android:name="com.example.will.never.exist" android:required="true" />
설치 할 수 없다는... 에러메시지...
[2012-12-12 10:39:25 - ApiDemos] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2012-12-12 10:39:25 - ApiDemos] Please check logcat output for more details.
[2012-12-12 10:39:25 - ApiDemos] Launch canceled!
'Programming > android' 카테고리의 다른 글
[DRM] 마켓별 DRM 적용방법. (1) | 2012.11.09 |
---|---|
안드로이드 개발자 간담회 후기 ( 2 ) (5) | 2012.09.18 |
안드로이드 개발자 간담회 후기 ( 1 ) (0) | 2012.09.18 |
android weightSum사용하기. (4) | 2012.07.24 |
Android sqlCipher Proguard 오류시... (0) | 2012.07.20 |