File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
mode/src/processing/mode/android Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 34
34
import processing .core .PApplet ;
35
35
import processing .mode .java .JavaBuild ;
36
36
import processing .mode .java .preproc .PdePreprocessor ;
37
- //import processing.mode.java.preproc.SurfaceInfo;
38
- import processing .mode .java .preproc .PreprocessorResult ;
39
37
40
38
import java .io .*;
41
39
import java .util .HashMap ;
@@ -380,7 +378,7 @@ private void createAppModule(String moduleName)
380
378
tmplFile = exportProject ? APP_GRADLE_BUILD_TEMPLATE : APP_GRADLE_BUILD_ECJ_TEMPLATE ;
381
379
}
382
380
383
- String modePath = new File (mode .getFolder (), "mode" ).getAbsolutePath ( );
381
+ String modePath = new File (mode .getFolder (), "mode" ).getPath (). replace ( '\\' , '/' );
384
382
String toolPath = Base .getToolsFolder ().getPath ().replace ('\\' , '/' );
385
383
String platformPath = sdk .getTargetPlatform (TARGET_SDK ).getPath ().replace ('\\' , '/' );
386
384
You can’t perform that action at this time.
0 commit comments