[core] add meta mobileWidth and mobileHeight params
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user