이클립스 업데이트 이후   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)

 

입니다.

 

구글링을해보았지만 뭘 어떻게 해주라는건지;;;모르겟드라구요.

실행은 무리없이 잘되지만 업데이트 이후생긴 이런 경고들은 뭘까요? ㅠㅠ

다른분들은 어떻게 해결하셧는지 궁금합니다.

질문.jpg