It is to be mentioned that I can configure NDK with project containing native code
我从 github 下载了一个项目。但是该项目没有作为“找不到启动器文件”的项目导入。所以我创建了一个“从现有 android 代码的新项目”。但它已作为两个项目导入并显示错误。这是项目层次结构:
这是项目链接。
It is to be mentioned that I can configure NDK with project containing native code
我从 github 下载了一个项目。但是该项目没有作为“找不到启动器文件”的项目导入。所以我创建了一个“从现有 android 代码的新项目”。但它已作为两个项目导入并显示错误。这是项目层次结构:
这是项目链接。
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.
对我来说,这是最好的解决方案!