Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

simon fraboulet
simon fraboulet
3,405 Points

Crystal Ball project - Error: "Can't find API database; API check not performed"

Hi guys,

On Eclipse, I have an error "Can't find API database; API check not performed" - ligne 1.

What does it mean exactly pls?

Thanks Simon

2 Answers

Matheus G Oliveira
Matheus G Oliveira
9,682 Points

Hey Simon,

So, first of all, make sure you installed SDKs listed in your manifest.xml, i.e. mini version and target version. Then click the icon with red x on the right hand side tool bar, which has tip of 'Problems(...)' if you move your cursor over it. Right click on your error, choose quick fix. Choose Disable Check in This Project

Hope it helps!