IntelliJ IDEA 运行 Android Native Activity 应用程序
我正在尝试运行 Android NDK 附带的本机活动示例。我记得它曾经在 Eclipse 中运行良好,但在 IntelliJ IDEA 中,当我从运行配置对话框中选择“启动默认活动”时,我总是收到一条错误消息“未找到默认活动”。如果我尝试输入自定义活动名称(例如“android.app.NativeActivity”),它再次找不到它。
我是否坚持使用 Eclipse 或者是否有解决此问题的方法?
I am trying to run the native activity sample that comes with the Android NDK. I remember it used to run fine with Eclipse but with IntelliJ IDEA I always get an error saying "Default Activity not found" when I select "Launch default Activity" from the run configuration dialog. If I try to enter the custom activity name like "android.app.NativeActivity" it again cannot find it.
Am I stuck with Eclipse or is there a workaround for this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕目前不支持启动 NDK Activity,请提交功能请求。
I'm afraid there is no support for launching NDK Activity right now, please submit a feature request.