Skip to content

Commit 28980f3

Browse files
committed
moved cardboard packages to library
1 parent e33eb0a commit 28980f3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/processing/mode/android/AndroidBuild.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ public File createProject(boolean wear) throws IOException, SketchException {
353353
////////////////////////////////////////////////////////////////////////
354354
// first step: unpack the cardboard packages in the project's
355355
// libs folder:
356-
File audioZipFile = mode.getContentFile("mode/cardboard_audio.zip");
357-
File commonZipFile = mode.getContentFile("mode/cardboard_common.zip");
358-
File coreZipFile = mode.getContentFile("mode/cardboard_core.zip");
356+
File audioZipFile = mode.getContentFile("libraries/cardboard/library/cardboard_audio.zip");
357+
File commonZipFile = mode.getContentFile("libraries/cardboard/library/cardboard_common.zip");
358+
File coreZipFile = mode.getContentFile("libraries/cardboard/library/cardboard_core.zip");
359359
AndroidMode.extractFolder(audioZipFile, libsFolder, true);
360360
AndroidMode.extractFolder(commonZipFile, libsFolder, true);
361361
AndroidMode.extractFolder(coreZipFile, libsFolder, true);

0 commit comments

Comments
 (0)