So I used Eclipse git to import an android application’s source code and resources into my workspace. Problem is, I imported it as a general project and I’d like to know how to build the project as an android application.
My Import Options:

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.
I saw someone that had this problem. The solution I found was just importing it as a normal android project and the Git Eclipse plugin will notice the .git files in each folder. This will allow you to use the project like a git project AND an android project.
Essentially, don’t do anything different from a normal android project and the Git PLugin should work. However, this was the solution for my one situation, it may not apply to all of them.