We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24093b5 commit 57fb9a7Copy full SHA for 57fb9a7
adventure-editor/src/main/java/com/bladecoder/engineeditor/scneditor/ToolsWindow.java
@@ -381,7 +381,7 @@ public void run() {
381
Message.showMsg(stage, "Running scene on Android device...", 5);
382
383
if (!RunProccess.runGradle(Ctx.project.getProjectDir(),
384
- "android:uninstallDebug android:installDebug android:run")) {
+ "android:uninstallFullDebug android:installFullDebug android:run")) {
385
Message.showMsg(stage, "There was a problem running the project", 4);
386
}
387
0 commit comments