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 3434import processing .core .PApplet ;
3535import processing .mode .java .JavaBuild ;
3636import processing .mode .java .preproc .PdePreprocessor ;
37- //import processing.mode.java.preproc.SurfaceInfo;
38- import processing .mode .java .preproc .PreprocessorResult ;
3937
4038import java .io .*;
4139import java .util .HashMap ;
@@ -380,7 +378,7 @@ private void createAppModule(String moduleName)
380378 tmplFile = exportProject ? APP_GRADLE_BUILD_TEMPLATE : APP_GRADLE_BUILD_ECJ_TEMPLATE ;
381379 }
382380
383- String modePath = new File (mode .getFolder (), "mode" ).getAbsolutePath ( );
381+ String modePath = new File (mode .getFolder (), "mode" ).getPath (). replace ( '\\' , '/' );
384382 String toolPath = Base .getToolsFolder ().getPath ().replace ('\\' , '/' );
385383 String platformPath = sdk .getTargetPlatform (TARGET_SDK ).getPath ().replace ('\\' , '/' );
386384
You can’t perform that action at this time.
0 commit comments