在 LatinIME 中找不到文件 AndroidManifest.xml
我是一个尝试创建类似于这篇文章的自定义软键盘的新手:
我有:
,Eclipse 返回错误:
“在以下位置找不到文件 AndroidManifest.xml 拉丁语输入法。”
有什么建议吗?
谢谢。
I'm a n00b trying to create a custom soft keyboard similar to this post:
I have:
- installed Eclipse
- installed the Android SDK
- cloned LatinIME
- created a new Eclipse project from existing source LatinIME
and Eclipse returns the error:
"File AndroidManifest.xml not found in
LatinIME."
any suggestions?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击文件 -> 新 -> Android 项目,在打开的窗口上选择单选按钮从现有源创建项目,然后将路径重置为
C:/Desktop/Workspace
或到您的默认工作区。Click on File -> New -> Android Project, on the opened window select the radio button Create project from the existing source then reset the path to
C:/Desktop/Workspace
or to your default workspace.您的 androidmanifest.xml 文件是否为空?有一次我的在创建新项目时被完全擦除了
Is your androidmanifest.xml file blank? One time mine got completely wiped when creating a new project