- Points
- 9
- Digest
- 0
- R.P.
- 10
- Joined
- 2011-10-17
- Last visit
- 2011-10-17
- Posts
- 3

|
Last edited by omnisource on 2011-10-17 10:48
Ok so when I run "compile.bat tutorial" it gives me an error:
C:\PapayaGameSDK>compile.bat tutorial
Parsing file : projects\tutorial\tutorial.as
Analyzing file : projects\tutorial\tutorial.as
Generating file : projects\tutorial\tutorial.as
Exporting APK...
Exporting Error... The system cannot find the path specified.
Exporting Error... javac: file not found: C:\PapayaGameSDK\out
papaya\firstgame\R.java
Usage: javac <options> <source files>
use -help for a list of possible options
Exporting Error... The system cannot find the path specified.
Exporting Error... The system cannot find the path specified.
But before you reply also note:
1. My Path is correct, I normally program using Eclipse with android sdk.
2. My java is 1.7
3. When I do a fresh install of this sdk and android sdk the compile.bat command will work, but as soon as i run the android sdk manager and download the software packages for my virtual device is when compiling quits working.
Do I need to downgrade my version of java? I see in the readme that it will auto download needed JDK requirements. so I will try deleting java and let the install.bat install it
|
|