0

It is to be mentioned that I can configure NDK with project containing native code

我从 github 下载了一个项目。但是该项目没有作为“找不到启动器文件”的项目导入。所以我创建了一个“从现有 android 代码的新项目”。但它已作为两个项目导入并显示错误。这是项目层次结构: 在此处输入图像描述

这是项目链接。

https://github.com/gnufabio/ics_keyboard_plus

4

1 回答 1

0

If you want to "Create project from existing source", you need to create a new directory and then put the project directory tree into that new directory. Then point to the new directory when importing.

对我来说,这是最好的解决方案!

  • File->Import->General->Existing Projects into Workspace,下一步
  • 选择根目录:/path/to/project
  • 项目->全选
  • 取消选中“将项目复制到工作区”和“将项目添加到工作集”完成

此链接中还有更多信息

于 2013-07-21T03:18:32.953 回答