안드로이드 2.2 버전에서 계속 작업을 해오다가 이번에


컴퓨터를 바꾸면서


이클립스도 새로 깔고 sdk등 모든 버전을 죄다 최신버전으로 


업그레이드 후 


작업을 시작했습니다.


예전에 컴퓨터에서 프로젝트 파일을 옮겨와서 작업하는데..


엄청난 워링메세지들을 뿜어내내요..


대부분 res폴더에서의 워링인데..


몇개는 검색의 힘으로 해결했으나,,, 아직도 해결못한것이 대부분이네요..


혹시 버전업 되면서 워링메세지들을 해결할만한 참고사이트들을 아시나요..?




아래는 해결못한 메세지들입니다ㅜㅜ


- This LinearLayout layout or its LinearLayout parent is useless

- Set android:baselineAligned="false" on this element for better performance

- [I18N] Hardcoded string "XXXX", should use @string resource

- Use a layout_height of 0dip instead of fill_parent for better performance

- This LinearLayout view is useless (no children, no background, no id)

- Possible overdraw: Root element paints background @drawable/background with a theme that also 

 paints a background (inferred theme is @android:style/Theme)


- This LinearLayout layout or its LinearLayout parent is possibly useless; transfer the background attribute to the other view

- Nested weights are bad for performance


profile