- Points
- 5
- Digest
- 0
- R.P.
- 10
- Joined
- 2011-11-5
- Last visit
- 2011-11-5
- Posts
- 1

|
hello, i get eror while compiling the tutorial,
i have done instal jdk, papaya and android sdk via install.bat, so 'android-SDK with froyo platform' folder already inside the PapayaGameSDK
environment variable like Path and JAVA_HOME was already set,
but when i compile the tutorial, :
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\>cd "=PAPAYA="
C:\=PAPAYA=>cd PapayaGameSDK
C:\=PAPAYA=\PapayaGameSDK>compile tutorial
Parsing file : projects\tutorial\tutorial.as
Analyzing file : projects\tutorial\tutorial.as
Generating file : projects\tutorial\tutorial.as
Exporting APK...
Exporting Error... 'C:\' is not recognized as an internal or external command,
operable program or batch file.
Exporting Error... javac: file not found: C:\=PAPAYA=\PapayaGameSDK\out\tutorial
\gen\com\papaya\firstgame\R.java
Usage: javac <options> <source files>
use -help for a list of possible options
Exporting Error... 'C:\' is not recognized as an internal or external command,
operable program or batch file.
Exporting Error... 'C:\' is not recognized as an internal or external command,
operable program or batch file.
how to fix that problem ... 
|
|