2

I'm a n00b trying to create a custom soft keyboard similar to this post:

How to develop a soft keyboard for Android?

I have:

  1. installed Eclipse
  2. installed the Android SDK
  3. cloned LatinIME
  4. 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.

Community
  • 1
  • 1
Ajax
  • 1,418
  • 2
  • 17
  • 38

2 Answers2

1

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.

biegleux
  • 13,179
  • 11
  • 45
  • 52
joshua
  • 11
  • 1
0

Is your androidmanifest.xml file blank? One time mine got completely wiped when creating a new project

  • Eclipse returns the error prior to creating the project. And as i created a new workspace for this activity, AndroidManifest.xml doesn't yet exist. – Ajax Apr 25 '11 at 15:22