[core] add meta mobileWidth and mobileHeight params

This commit is contained in:
2019-08-27 17:30:32 +03:00
parent bd4fc36ff1
commit 35a9074d6c
6 changed files with 50 additions and 7 deletions

View File

@@ -377,8 +377,7 @@ class AndroidRunner extends Runner {
call() {
const target = this.targetPath;
const filename = path.resolve(target, this.config.meta.filename+'-debug.apk');
return this.log(gulp.src(filename)
return this.log(gulp.src(`${target}/${this.config.meta.filename}_*.apk`)
.pipe(this.android.apk())
.pipe(this.android.install())
.pipe(this.android.start())