Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的 Android NDK 应用程序生成头文件,但我遇到了一些问题。我在 Eclipse 中使用外部工具配置,但出现错误:
Error: Could not find class file for 'com.myapp.MainActivity'.
在附件中,我附上了我的 Eclipse 项目的外部工具配置和结构的屏幕。我与它斗争了很长时间,但我被困住了。你们中有人知道我做错了什么吗?
好的,最后我管理它。下面我附上正确配置的屏幕。
您可以使用 NDK 阅读 Pro Android C++ 以使用变量而不是直接寻址,也许解决此问题的最佳方法是为 JNI 创建单独的类,当您想要运行您的工具时不要忘记在运行它之前选择 JNI 类!
但我更喜欢使用命令行而不是 Eclipse 工具,因为据我所知,您无法调试错误,例如与问题相关的错误。