开发者

Unable to import cloned projects into eclipse

开发者 https://www.devze.com 2023-03-14 06:08 出处:网络
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 in

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消