I am kind of new to android programming, and I had to reinstall eclipse because there was a problem. Now, Eclipse isn’t recognizing any android commands or there are red exclamation points next to the folders. Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
there can be multiple reasons to this..
The red exclamation mark basically means that something is wrong on the build path of the affected project. Check “context menu > Build Path > Configure Build Path…”
(e.g. make sure you have the right JRE System Library on the Libraries
tab). Or open the Problems view, group by Java Problem Type, and check
the Fatal Errors.
The build path is stored in the .classpath file. Maybe you find the
problem when you check the file’s contents before and after “switching”
Android API levels.
if problem persists
Try reinstalling the jre,jdk,android sdk again