Unable to import cloned projects into eclipse
I used git to download the default calculator from android.git.kernel. (platform/packages/apps/Calculator.git).It s开发者_如何学JAVAuccesfully cloned it but when i try to import the cloned projects into eclipse it says no projects found to import. (file-import-existing projects into workspace-calculator).
What am i doing wrong.
Android source code for an app does not necessarily equate to Eclipse projects. You'll need to create the Eclipse projects. Create a new Android project, but in the wizard select Create project from existing source and select the folder where you cloned it to.
精彩评论