본문 바로가기

Programming/android

특정 라이브러리가 없으면 설치 안되게 하기

 

특정라이브러리가 없으면 설치 안되게....

        <!-- 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!