안드로이드 개발 질문/답변
(글 수 45,052)
이클립스 업데이트 이후 AndroidManifest 파일에 이런 경고들이 생겻는데요
경고내용은
<uses-sdk> tag should specify a target API level (the highest verified version; when running on later versions, compatibility behaviors may be enabled) with android:targetSdkVersion="?"
Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implications for the application's data)
입니다.
구글링을해보았지만 뭘 어떻게 해주라는건지;;;모르겟드라구요.
실행은 무리없이 잘되지만 업데이트 이후생긴 이런 경고들은 뭘까요? ㅠㅠ
다른분들은 어떻게 해결하셧는지 궁금합니다.
마우스를 대보세요.
targetSdk를 지정안해줬다고 뜨는 경고같은데 target이 없으면 min = target이되니까 굳이상관은없어요
warning에너무신경안쓰셔도될듯