Search code examples
androidsdkmoai

Install Moai SDK 1.0 and create android project


I installed:

  1. Android SDK
  2. Cygwin
  3. Ant
  4. Android NDK
  5. Java
  6. Eclipse
  7. and Download Moai SDK

Add in system variable PATH $JavaDir and $AntDir
Add JAVA_HOME
Create Device in Android Emulator 2.1,2.2 and 2.3

run in ant directory sdk-setup.bat and after that run run-host.bat

And I see this error

file not found .?*
file not found .?*
file not found .?*
file not found .?*
file not found .?*
FIND: invalid key
FIND: invalid key
file not found .?*
file not found .?*

OS Windows 7/32bit


Solution

  • you are receiving these errors because cygwin cannot find files or most probably your search paths are invalid.

    you forgot to add cygwin directory to PATH. It has to be in first before any windows paths.