현재 코드에 에러가 없는데

 

이클립스에서  실행을 하면 에러가 다음과 같이

빨간색 에러메시지를 띄우고 실행이 안됩니다.

 

얼마전까지만 해도 되었는데 갑자기 그럽니다.

 

조언좀 부탁해요

 

팝업창 

Your project contains error(s), Please fix them before running you application

 

콘솔창

[2011-11-24 16:25:33 - ViewCapture]        inserts android:versionName in to manifest.
[2011-11-24 16:25:33 - ViewCapture]    --custom-package
[2011-11-24 16:25:33 - ViewCapture]        generates R.java into a different package.
[2011-11-24 16:25:33 - ViewCapture]    --auto-add-overlay
[2011-11-24 16:25:33 - ViewCapture]        Automatically add resources that are only in overlays.
[2011-11-24 16:25:33 - ViewCapture]    --rename-manifest-package
[2011-11-24 16:25:33 - ViewCapture]        Rewrite the manifest so that its package name is the package name
[2011-11-24 16:25:33 - ViewCapture]        given here.  Relative class names (for example .Foo) will be
[2011-11-24 16:25:33 - ViewCapture]        changed to absolute names with the old package so that the code
[2011-11-24 16:25:33 - ViewCapture]        does not need to change.
[2011-11-24 16:25:33 - ViewCapture]    --rename-instrumentation-target-package
[2011-11-24 16:25:33 - ViewCapture]        Rewrite the manifest so that all of its instrumentation
[2011-11-24 16:25:33 - ViewCapture]        components target the given package.  Useful when used in
[2011-11-24 16:25:33 - ViewCapture]        conjunction with --rename-manifest-package to fix tests against
[2011-11-24 16:25:33 - ViewCapture]        a package that has been renamed.
[2011-11-24 16:25:33 - ViewCapture]    --product
[2011-11-24 16:25:33 - ViewCapture]        Specifies which variant to choose for strings that have
[2011-11-24 16:25:33 - ViewCapture]        product variants
[2011-11-24 16:25:33 - ViewCapture]    --utf16
[2011-11-24 16:25:33 - ViewCapture]        changes default encoding for resources to UTF-16.  Only useful when API
[2011-11-24 16:25:33 - ViewCapture]        level is set to 7 or higher where the default encoding is UTF-8.
[2011-11-24 16:25:33 - ViewCapture]    --non-constant-id
[2011-11-24 16:25:33 - ViewCapture]        Make the resources ID non constant. This is required to make an R java class
[2011-11-24 16:25:33 - ViewCapture]        that does not contain the final value but is used to make reusable compiled
[2011-11-24 16:25:33 - ViewCapture]        libraries that need to access resources.