java - Project errors when creating an Android app in Eclipse Luna -
i have been trying figure out while. have created project in eclipse luna android development. keep getting following error: container 'android dependencies' references non existing library '/users/joshuadavid/documents/workspace/java iedp/appcompat_v7/bin/appcompat_v7.jar' testapp build path build path problem.
i have tried clean project. have tried "fix project properties" in android tools. can't seem figure out life of me. when try got "quick fix" route here see: ideas?
it means project can't load appcompat_v7.jar
@ all. gone or something. need import appcompat
v7 jar again if indeed need it.
try this:
right-click project-->properties
-->java build path
-->libraries
-->android dependencies
-->remove
-->ok
.
then need reimport appcompat
project.
try this:
right-click project-->properties
-->android
-->add
-->select android-support-v7-appcompat
-->ok
-->ok
. if don't have support v7 project, import .../sdk/extras/android/support/v7/appcompat
orders above.
i hope you.
Comments
Post a Comment