简体   繁体   中英

Eclipse Project Starts With Errors

I'm following along with the beginners tutorial for android development in Eclipse.

I followed the instructions given in the tutorial for starting the project to the letter, and yet it begins with errors that make it so you can't even run the test " hello world " program.

The container ' Android Dependencies ' references non existing library

C:\Users\Public\Documents\Android 
Development\Workspace\appcompat_v7_2\bin\appcompat_v7_2.jar'

The project cannot be built until build path errors are resolved appcompat_v7_2

The project cannot be built until build path errors are resolved MyFirstApp

This confuses me greatly, and these errors are not addressed in the tutorial.

I'd appreciate any help in resolving these errors so that I can hopefully learn something.

Thanks,

I just have this problem 30min ago and basically appcompat_v7_2 is a bug from eclipse that you need to delete that folder from your package explorer.

After you delete it clean and build then

Create a new project again and set the minimum required SDK to 14

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM