Skip to content

Commit 57fb9a7

Browse files
committed
Fix running in android.
1 parent 24093b5 commit 57fb9a7

File tree

1 file changed

+1
-1
lines changed
  • adventure-editor/src/main/java/com/bladecoder/engineeditor/scneditor

1 file changed

+1
-1
lines changed

adventure-editor/src/main/java/com/bladecoder/engineeditor/scneditor/ToolsWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public void run() {
381381
Message.showMsg(stage, "Running scene on Android device...", 5);
382382

383383
if (!RunProccess.runGradle(Ctx.project.getProjectDir(),
384-
"android:uninstallDebug android:installDebug android:run")) {
384+
"android:uninstallFullDebug android:installFullDebug android:run")) {
385385
Message.showMsg(stage, "There was a problem running the project", 4);
386386
}
387387

0 commit comments

Comments
 (0)