Skip to content

Commit 9be124a

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Fix path to .apk file when building ant project
1 parent d90b9fd commit 9be124a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/services/android-project-service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
190190

191191
let args = this.getAntArgs(this.$options.release ? "release" : "debug", projectRoot);
192192
this.spawn('ant', args).wait();
193+
194+
this.platformData.deviceBuildOutputPath = path.join(this.platformData.projectRoot, "bin");
193195
}
194196
}).future<void>()();
195197
}

0 commit comments

Comments
 (0)